/// import { FC } from 'react'; import { MenuComponentProps } from './types.js'; declare const MenuView: FC; export default MenuView;