/** * Create a CustomEvent that bubbles through parents and shadow DOMs. * Type-checks against HTMLElementEventMap. */ export declare function Bubble(type: T, detail: HTMLElementEventMap[T] extends CustomEvent ? HTMLElementEventMap[T]['detail'] : never): CustomEvent; //# sourceMappingURL=bubble.d.ts.map