///
export declare const MenuContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
color?: string | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const MenuItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
direction?: "horizontal" | "vertical" | undefined;
}, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;