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