import { EventEmitter } from "@angular/core"; import { BoxTheme, InputIconTheme, InputTheme, InputWithIconTheme } from "twentyfive-style"; import * as i0 from "@angular/core"; export declare class TwentyfiveInputWithIconComponent { placeholder: string; inputType: string; icon: string; maxWidth: string; minWidth: string; customIconCssClass: string; customBoxCssClass: string; customInputCssClass: string; readOnly: boolean; disabled: boolean; iconStyle: InputIconTheme; boxStyle: BoxTheme; inputStyle: InputWithIconTheme; buttonText: string; textColor: string; inputValue: string; inputValueChange: EventEmitter; iconClick: EventEmitter; onInputChange(value: string): void; onIconClick(): void; protected readonly InputTheme: typeof InputTheme; protected readonly InputIconTheme: typeof InputIconTheme; protected readonly BoxTheme: typeof BoxTheme; protected readonly InputWithIconTheme: typeof InputWithIconTheme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }