export interface EaInputChangeEventDetail { value: string; } export declare class EaInputChangeEvent extends Event { readonly detail: EaInputChangeEventDetail; constructor(detail: EaInputChangeEventDetail); } //# sourceMappingURL=EaInputChangeEvent.d.ts.map