import { FormEvent } from 'react'; /** * This will call all event handler functions passed to it in order. */ export declare function callAllEventHandlers(...fns: Function[]): (event: FormEvent, ...args: any[]) => void;