/// export declare const StyledMenu: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & { width: number; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledMenuItem: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;