import { PropsWithChildren } from "react"; export declare const useFormState: () => { dirtyFields: string[]; setFieldDirty: (_name: string) => void; cleanAll: () => void; }; declare const FormProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export default FormProvider; //# sourceMappingURL=FormStateContext.d.ts.map