import type { FC } from "react"; import type { MenuItemProps } from "./Items.interface"; export declare const MenuItem: FC; export default MenuItem;