export declare const FormError: { baseStyle?: { text: { color: string; my: string; textStyle: string; lineHeight: string; }; icon: { marginEnd: string; color: string; fontSize: string; h: string; }; } | undefined; sizes?: { [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{ keys: ("text" | "icon")[]; }>; } | undefined; variants?: { [key: string]: import("@chakra-ui/styled-system").PartsStyleInterpolation<{ keys: ("text" | "icon")[]; }>; } | undefined; defaultProps?: { size?: string | number | undefined; variant?: string | number | undefined; colorScheme?: string | undefined; } | undefined; parts: ("text" | "icon")[]; };