import { FC } from 'react';
declare const Menu: FC<JSX.IntrinsicElements['ul']>;
export default Menu;
