import { SVGProps } from "react";
declare const GIHamburgerMenu: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIHamburgerMenu };
