/** * Forwards an event to the element provided. * This way, an event triggered in the Shadow DOM can cross its boundary and can be listened on e.g. the host component. */ export declare function forwardEvent(event: Event, element: HTMLElement | Document): void; //# sourceMappingURL=forward-event.d.ts.map