export declare const Divider: { baseStyle?: { opacity: number; borderStyle: string; _dark: { borderColor: string; }; } | undefined; sizes?: { [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation; } | undefined; variants?: { light: { borderColor: string; _dark: { borderColor: string; }; borderWidth: string; }; medium: { borderColor: string; _dark: { borderColor: string; }; borderWidth: string; }; thick: { borderColor: string; _dark: { borderColor: string; }; borderWidth: string; }; brand: { borderColor: string; _dark: { borderColor: string; }; borderWidth: string; }; inverse: { borderColor: string; borderWidth: string; }; } | undefined; defaultProps?: { size?: string | number | undefined; variant?: "medium" | "thick" | "light" | "inverse" | "brand" | undefined; colorScheme?: string | undefined; } | undefined; };