import { IconProps } from '../types'; import React from 'react'; declare const HamburgerIcon: React.FC; export default HamburgerIcon;