/// <reference types="react" />
import { IMenuItemProps } from './type';
export declare const MenuItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, IMenuItemProps>>;
