///
export declare const StyledMenuItem: import("@emotion/styled").StyledComponent & {
disabledReason?: string | undefined;
note?: string | undefined;
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
component?: import("react").ElementType | undefined;
href?: string | undefined;
} & Omit, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined;
} & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;