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