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