export * from './Menu'; export * from './MenuItem'; export * from './MenuList'; export declare const MenuThemeComponents: { MuiMenu: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiMenuItem: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiMenuList: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; };