/** Gets the target of an event while accounting for Shadow DOM. */ export declare function getEventTarget(event: Event): T | null; //# sourceMappingURL=event-target.d.ts.map