import * as React from "react"; import { SVGProps } from "react"; declare const SvgHamburger: (props: SVGProps) => React.JSX.Element; export default SvgHamburger;