import { PropsWithChildren, ReactElement } from 'react'; import { z } from 'zod'; import { ContextValue } from './Context'; /** * Publishes a form built by {@link use} to its subtree, so every field hook and * component below binds to it. Spread the hook's return value onto it. */ export declare const Form: ({ children, bind, set, get, mode, validate, validateAsync, value, has, remove, setStatus, clearStatuses, reset, setCurrentStateAsInitialValues, getStatuses, }: PropsWithChildren>) => ReactElement; //# sourceMappingURL=Form.d.ts.map