export declare const FormControl: { baseStyle?: ((props: import("@chakra-ui/styled-system").StyleFunctionProps) => { requiredIndicator: { [x: string]: string; marginStart: string; color: string; }; helperText: any; optionalIndicator: any; icon: { marginEnd: string; fontSize: string; height: string; verticalAlign: string; }; }) | undefined; sizes?: { [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{ keys: ("container" | "icon" | "helperText" | "requiredIndicator" | "optionalIndicator")[]; }>; } | undefined; variants?: { success: { helperText: { [x: string]: string; color: string; }; }; } | undefined; defaultProps?: { size?: string | number | undefined; variant?: "success" | undefined; colorScheme?: string | undefined; } | undefined; parts: ("container" | "icon" | "helperText" | "requiredIndicator" | "optionalIndicator")[]; };