import { SeverityWithInfo } from '@mezzanine-ui/system/severity'; export interface FormControl { disabled: boolean; fullWidth: boolean; required: boolean; severity?: SeverityWithInfo; } export declare const FormControlContext: import("react").Context;