import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class IconFieldStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<IconFieldStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IconFieldStyle>;
}
/**
 *
 * IconField wraps an input and an icon.
 *
 * [Live Demo](https://www.primeng.org/iconfield/)
 *
 * @module iconfieldstyle
 *
 */
export declare enum IconFieldClasses {
    /**
     * Class name of the root element
     */
    root = "p-iconfield"
}
export interface IconFieldStyle extends BaseStyle {
}
