import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { InputGroupAddonPassThrough } from 'primeng/types/inputgroupaddon'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i2 from 'primeng/api'; declare class InputGroupAddonStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } /** * InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input. * @group Components */ declare class InputGroupAddon extends BaseComponent { _componentStyle: InputGroupAddonStyle; $pcInputGroupAddon: InputGroupAddon | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; /** * Inline style of the element. * @group Props */ style: { [klass: string]: any; } | null | undefined; /** * Class of the element. * @group Props */ styleClass: string | undefined; get hostStyle(): { [klass: string]: any; } | null | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class InputGroupAddonModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { InputGroupAddon, InputGroupAddonModule, InputGroupAddonStyle };