import { BaseComponent } from 'primeng/basecomponent';
import { InputGroupAddonStyle } from './style/inputgroupaddonstyle';
import * as i0 from "@angular/core";
import * as i1 from "primeng/api";
/**
 * InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input.
 * @group Components
 */
export declare class InputGroupAddon extends BaseComponent {
    /**
     * Inline style of the element.
     * @group Props
     */
    style: {
        [klass: string]: any;
    } | null | undefined;
    /**
     * Class of the element.
     * @group Props
     */
    styleClass: string | undefined;
    _componentStyle: InputGroupAddonStyle;
    get hostStyle(): {
        [klass: string]: any;
    } | null | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddon, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupAddon, "p-inputgroup-addon, p-inputGroupAddon", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class InputGroupAddonModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddonModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupAddonModule, never, [typeof InputGroupAddon, typeof i1.SharedModule], [typeof InputGroupAddon, typeof i1.SharedModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<InputGroupAddonModule>;
}
