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