import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PepperiTextboxIconComponent { value: string; label: string; type?: string; disabled: boolean; test: boolean; iconClicked: EventEmitter; constructor(); iconButtonClicked(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }