declare type Props = { links: any[]; }; declare const Menu: ({ links }: Props) => JSX.Element; export default Menu;