export declare const getEventPath: (event: Event & {
    path?: Element[];
}) => EventTarget[];
