import { SyntheticEvent } from 'react'; type Fn = (event: T, ...args: any) => void; export declare function composeEvents>(...fns: (Fn | undefined)[]): (event: T, ...args: any) => void; export {};