import { FC } from 'react'; import { MenuItemLinkProps } from '../MenuItem.types'; export declare const MenuItemLink: FC;