type Events = object; export type EventHandler = (event: E) => void; export declare function composeEventHandlers(og?: EventHandler | null, next?: EventHandler | null, { checkDefaultPrevented }?: { checkDefaultPrevented?: boolean | undefined; }): EventHandler | undefined; export {}; //# sourceMappingURL=composeEventHandlers.d.ts.map