import type { IconProps } from "./Icon"; export declare const HamburgerMenuIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default HamburgerMenuIcon;