///
export declare const MenuItemStyled: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & {
$isDisabled?: boolean | undefined;
}, {}, {}>;
/** Layout shell for the leading indicator — default or custom slot content. */
export declare const MenuItemIndicatorSlotStyled: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;