import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class IftaLabelStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabelStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IftaLabelStyle>;
}
/**
 *
 * IftaLabel visually integrates a label within its form element.
 *
 * [Live Demo](https://www.primeng.org/iftalabel/)
 *
 * @module iftalabelstyle
 *
 */
export declare enum IftaLabelClasses {
    /**
     * Class name of the root element
     */
    root = "p-iftalabel"
}
export interface IftaLabelStyle extends BaseStyle {
}
