import { FormEventHandlers, HandleDataFlow } from "../types";
export declare function useFormEventHandlers<Schema>(handleDataFlow: HandleDataFlow<Schema>): FormEventHandlers<Schema>;
