import { FieldBag } from '../types';
export declare function useReset(fieldBag: FieldBag): () => void;
