import type { FieldInputProps } from 'react-final-form'; export declare type Props = { input: FieldInputProps; enableReset: boolean; onResetClick?: (callback: (resetValue: string) => void) => void; }; declare const useFormInputReset: ({ input, enableReset, onResetClick, }: Props) => (() => void) | undefined; export default useFormInputReset; //# sourceMappingURL=use-form-input-reset.d.ts.map