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