/// import { FormControlProps } from "./FormControl"; type Props = Omit; export type FormContextProps = Props; export declare const Context: import("react").Context; export declare const useFormControl: () => Props; export {};