/// import { ListProps } from "./system/unions"; export declare type OlProps = ListProps; export declare const Ol: import("styled-components").StyledComponent<"ol", any, import("react").PropsWithChildren, never>;