export declare const FormLabel: { baseStyle?: { marginBottom: string; color: string; } | undefined; sizes?: { sm: ({ theme }: import("@chakra-ui/styled-system").StyleFunctionProps) => any; md: ({ theme }: import("@chakra-ui/styled-system").StyleFunctionProps) => any; } | undefined; variants?: { [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation; } | undefined; defaultProps?: { size?: "sm" | "md" | undefined; variant?: string | number | undefined; colorScheme?: string | undefined; } | undefined; };