import { EventEmitter } from "@angular/core"; import { AddonTheme, InputGroupButtonTheme, InputTheme } from "twentyfive-style"; import * as i0 from "@angular/core"; export declare class TwentyfiveInputGroupComponent { placeholder: string; inputType: string; labelText: string; appendIcon: string; prependIcon: string; value: string; id: string; minValue: number; readOnly: boolean; required: boolean; disabled: boolean; showPrependIcon: boolean; showAppend: boolean; showPrepend: boolean; click: any; inputStyle: InputTheme; addonStyle: any; buttonStyle: any; customAddonCssClass: string; customCssClass: string; customButtonCssClass: string; appendClick: EventEmitter; changeValue: EventEmitter; isValid: boolean; changeInput(event: any): void; validateInput(event: any): void; protected readonly InputTheme: typeof InputTheme; protected readonly AddonTheme: typeof AddonTheme; protected readonly InputGroupButtonTheme: typeof InputGroupButtonTheme; onAppendClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }