export declare const getEventTarget: (event: Event) => EventTarget | null; export declare const isCustom: (event: Event) => boolean;