import { FC } from 'react'; import { MenuProps } from 'types'; export declare const Menu: FC; export default Menu;