export interface DividerProps {
    borderColor?: string;
    borderStyle?: "none" | "solid" | "dashed" | "dotted";
    padding?: number;
    thickness?: number;
}
declare const _default: import("styled-components").StyledComponent<"hr", any, DividerProps, never>;
export default _default;
