type FormControlContextValue = { displaysError: boolean; }; export declare const FormControlContext: import("react").Context; export declare const useFormControlContext: () => FormControlContextValue; export {};