import React from "react"; import { IconBaseProps } from "../IconBase"; export type MenuIconProps = Omit; declare const MenuIcon: React.FC; export default MenuIcon; //# sourceMappingURL=MenuIcon.d.ts.map