/// import { type MenuListProps } from './types'; export declare const StyledMenuList: import("@emotion/styled").StyledComponent<{ autoFocus?: boolean | undefined; autoFocusItem?: boolean | undefined; children?: import("react").ReactNode; disabledItemsFocusable?: boolean | undefined; disableListWrap?: boolean | undefined; variant?: "menu" | "selectedMenu" | undefined; } & { children?: import("react").ReactNode; classes?: Partial | undefined; dense?: boolean | undefined; disablePadding?: boolean | undefined; subheader?: import("react").ReactNode; sx?: import("@mui/material").SxProps | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLUListElement>, "ref"> & { ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject | null | undefined; }, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "autoFocus" | "variant" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & { theme?: import("@emotion/react").Theme | undefined; } & MenuListProps, {}, {}>;