/// interface FormContextValue { hideLabel?: boolean; fixedLabelWidth?: React.CSSProperties["width"]; } export declare const FormContext: import("react").Context; export {};