///
export declare const Ul: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
position?: "inside" | "outside" | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;