import React from 'react'; import type { FormContextValues, FormProviderProps, FormState, FieldValue } from './Form.types'; declare const FormContext: React.Context>> | undefined>; export declare const FormProvider: (props: FormProviderProps) => import("react/jsx-runtime").JSX.Element; export default FormContext;