import { FormixFormProviderType } from '../interface/form.interface'; /** * FormixFormProvider to provide the form state and methods throughout the component tree. * @type {React.Context | null>} */ export declare const FormixFormProvider: import('react').Context | null>;