import { BaseComponent } from 'primeng/basecomponent';
import { FloatLabelStyle } from './style/floatlabelstyle';
import * as i0 from "@angular/core";
import * as i1 from "primeng/api";
/**
 * FloatLabel appears on top of the input field when focused.
 * @group Components
 */
export declare class FloatLabel extends BaseComponent {
    _componentStyle: FloatLabelStyle;
    /**
     * Defines the positioning of the label relative to the input.
     * @group Props
     */
    variant: 'in' | 'over' | 'on';
    static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabel, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FloatLabel, "p-floatlabel, p-floatLabel, p-float-label", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class FloatLabelModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabelModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<FloatLabelModule, never, [typeof FloatLabel, typeof i1.SharedModule], [typeof FloatLabel, typeof i1.SharedModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<FloatLabelModule>;
}
