import { DividerType } from './Divider.types'; export declare const DIVIDER_TYPE_CSS: ({ $type }: { $type: DividerType; }) => ({ $height, $width }: { $height?: string | number | undefined; $width?: string | number | undefined; }) => import("styled-components").FlattenSimpleInterpolation; //# sourceMappingURL=Divider.styles.d.ts.map