import { SVGProps } from 'react'; declare const HamburgerMenuIcon: (props: SVGProps) => JSX.Element; export default HamburgerMenuIcon;