import type { Control, FieldValues } from 'react-hook-form'; export declare function useBlockUnsavedChangesNavigate({ control, reset, onSubmit, }: { control: Control; reset: () => void; onSubmit: (e?: React.BaseSyntheticEvent) => Promise; }): void; //# sourceMappingURL=use-block-unsaved-changes-navigate.d.ts.map