export interface EaPopperShowEventDetail { } export declare class EaPopperShowEvent extends Event { readonly detail: EaPopperShowEventDetail; constructor(detail?: EaPopperShowEventDetail); } declare global { interface GlobalEventHandlersEventMap { "ea-show": EaPopperShowEvent; } } //# sourceMappingURL=EaPopperShowEvent.d.ts.map