import * as i0 from '@angular/core'; import { AfterViewChecked } from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { IftaLabelPassThrough } from 'primeng/types/iftalabel'; import { BaseStyle } from 'primeng/base'; import * as i2 from '@angular/common'; import * as i3 from 'primeng/api'; import * as i4 from '@angular/router'; /** * * IftaLabel visually integrates a label within its form element. * * [Live Demo](https://www.primeng.org/iftalabel/) * * @module iftalabelstyle * */ declare enum IftaLabelClasses { /** * Class name of the root element */ root = "p-iftalabel" } declare class IftaLabelStyle extends BaseStyle { name: string; style: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface IftaLabelStyle extends BaseStyle { } /** * IftaLabel is used to create infield top aligned labels. * @group Components */ declare class IftaLabel extends BaseComponent implements AfterViewChecked { _componentStyle: IftaLabelStyle; $pcIftaLabel: IftaLabel | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class IftaLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { IftaLabel, IftaLabelClasses, IftaLabelModule, IftaLabelStyle };