import type { TypographyProps } from '@mui/material'; import type { ReactNode } from 'react'; import React from 'react'; export interface MenuIconProps extends TypographyProps { icon?: ReactNode; } export declare const MenuIcon: React.FC; //# sourceMappingURL=MenuIcon.d.ts.map