import { default as React } from 'react';
import { IconStyles } from './types';
interface MenuIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const MenuIcon: React.FC<MenuIconProps>;
export default MenuIcon;
//# sourceMappingURL=Menu.d.ts.map