import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Menu: React.MemoExoticComponent>; declare type MenuRef = PathIconRef; declare type MenuProps = PathIconProps; export { Menu }; export type { MenuRef, MenuProps }; export default Menu;