import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class InputGroupStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: ({ props }: {
            props: any;
        }) => (string | {
            'p-inputgroup-fluid': any;
        })[];
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<InputGroupStyle>;
}
/**
 *
 * InputGroup displays text, icon, buttons and other content can be grouped next to an input.
 *
 * [Live Demo](https://www.primeng.org/inputgroup/)
 *
 * @module inputgroupstyle
 *
 */
export declare enum InputGroupClasses {
    /**
     * Class name of the root element
     */
    root = "p-inputgroup"
}
export interface InputGroupStyle extends BaseStyle {
}
