import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class FloatLabelStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: ({ instance, props }: {
            instance: any;
            props: any;
        }) => (string | {
            'p-floatlabel-over': boolean;
            'p-floatlabel-on': boolean;
            'p-floatlabel-in': boolean;
        })[];
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabelStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<FloatLabelStyle>;
}
/**
 *
 * FloatLabel visually integrates a label with its form element.
 *
 * [Live Demo](https://www.primeng.org/floatlabel/)
 *
 * @module floatlabelstyle
 *
 */
export declare enum FloatLabelClasses {
    /**
     * Class name of the root element
     */
    root = "p-floatlabel"
}
export interface FloatLabelStyle extends BaseStyle {
}
