interface MenuIconProps { color?: string; } declare const MenuIcon: ({ color }: MenuIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default MenuIcon;