///
import { ColorProps } from "styled-system";
import { StructureProps } from "../systemHelpers";
export declare type RuleProps = ColorProps & StructureProps & {
vertical?: boolean;
};
export declare const Rule: import("styled-components").StyledComponent<"div", any, import("react").PropsWithChildren, never>;