///
import { BorderTypes } from "./";
export declare const StyledDivider: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
dividerType: BorderTypes;
}, import("react").DetailedHTMLProps, HTMLHRElement>, {}>;