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