export interface EaInputClearEventDetail { oldValue: string; } export declare class EaInputClearEvent extends Event { readonly detail: EaInputClearEventDetail; constructor(detail: EaInputClearEventDetail); } //# sourceMappingURL=EaClearEvent.d.ts.map