import * as i0 from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { FloatLabelPassThrough, FloatLabelVariant } from 'primeng/types/floatlabel'; import { BaseStyle } from 'primeng/base'; import * as i2 from 'primeng/api'; declare class FloatLabelStyle extends BaseStyle { name: string; style: string; classes: { root: ({ instance }: { instance: any; }) => (string | { 'p-floatlabel-over': boolean; 'p-floatlabel-on': boolean; 'p-floatlabel-in': boolean; })[]; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } /** * * FloatLabel visually integrates a label with its form element. * * [Live Demo](https://www.primeng.org/floatlabel/) * * @module floatlabelstyle * */ declare enum FloatLabelClasses { /** * Class name of the root element */ root = "p-floatlabel" } /** * FloatLabel appears on top of the input field when focused. * @group Components */ declare class FloatLabel extends BaseComponent { componentName: string; _componentStyle: FloatLabelStyle; $pcFloatLabel: FloatLabel | undefined; bindDirectiveInstance: Bind; /** * Defines the positioning of the label relative to the input. * @group Props */ variant: i0.InputSignal; onAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class FloatLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { FloatLabel, FloatLabelClasses, FloatLabelModule, FloatLabelStyle };