import type { ComponentType, PropsWithChildren } from 'react'; import { ListItemIcon as MuiListItemIcon, ListItemText as MuiListItemText } from '@mui/material'; import type { BoxProps, MenuProps } from '@mui/material'; export declare const ContextMenuWrapper: any; interface ManuWrapperStyledProps { arrow?: boolean; [key: string]: any; } type ManuWrapperStyledPropsType = ManuWrapperStyledProps & BoxProps & any; export declare const MenuWrapper: ComponentType; interface ManuStyledProps { height?: string | number; width?: string | number; maxHeight?: string | number; elevation?: number; onClick?: (event: any) => void; [key: string]: any; } type MenuStyledPropsType = PropsWithChildren & ManuStyledProps & any>; export declare const Menu: ComponentType; export declare const MenuList: import("@mui/material").ExtendList>; export declare const MenuItem: import("@mui/material").ExtendButtonBase>; export declare const ListItemIcon: typeof MuiListItemIcon; export declare const ListItemText: typeof MuiListItemText; export {}; //# sourceMappingURL=Menu.styled.d.ts.map