import { BaseComponent } from 'primeng/basecomponent';
import { IftaLabelStyle } from './style/iftalabelstyle';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "primeng/api";
import * as i3 from "@angular/router";
/**
 * IftaLabel is used to create infield top aligned labels.
 * @group Components
 */
export declare class IftaLabel extends BaseComponent {
    _componentStyle: IftaLabelStyle;
    static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabel, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IftaLabel, "p-iftalabel, p-iftaLabel, p-ifta-label", never, {}, {}, never, ["*"], true, never>;
}
export declare class IftaLabelModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabelModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<IftaLabelModule, never, [typeof IftaLabel, typeof i1.CommonModule, typeof i2.SharedModule, typeof i3.RouterModule], [typeof IftaLabel, typeof i2.SharedModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<IftaLabelModule>;
}
