///
import type { FormControlProps } from "./FormControl.types";
export declare const FormControlContext: import("react").Context>;
export declare const useFormControlContext: () => Pick;
export declare const FormControlProvider: import("react").Provider>;