import { MarginProps } from "styled-system";
interface StyledResponsiveVerticalMenuDividerProps {
    depth: number;
    responsive?: boolean;
}
export declare const StyledResponsiveVerticalMenuDivider: import("styled-components").StyledComponent<"div", any, StyledResponsiveVerticalMenuDividerProps, never>;
export declare const StyledHr: import("styled-components").StyledComponent<"hr", any, MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
export {};
