import * as React from "react"; import type { MenuItemOwnProps } from "./type"; import type { PolymorphicWithRef } from "../types"; declare type MenuItemProps = PolymorphicWithRef; declare type MenuItemElement = (props: MenuItemProps) => React.ReactElement>; declare const _default: MenuItemElement & { Icon: = React.ElementType>(props: import("../Icon").IconOwnProps & import("../types/PolymorphicWithRef").ComponentProp & Omit>, "size" | "component">) => React.ReactElement & Omit>, "size" | "component">, string | React.JSXElementConstructor>; Label: = "p">(props: { variant?: "caption" | "body1" | "body2" | "overline" | undefined; supportingText?: boolean | undefined; } & import("../types/Typography").Size & import("../types/PolymorphicWithRef").ComponentProp & Omit>, "variant" | "size" | "supportingText" | "component">) => React.ReactElement<{ variant?: "caption" | "body1" | "body2" | "overline" | undefined; supportingText?: boolean | undefined; } & import("../types/Typography").Size & import("../types/PolymorphicWithRef").ComponentProp & Omit>, "variant" | "size" | "supportingText" | "component">, string | React.JSXElementConstructor>; }; export default _default; //# sourceMappingURL=MenuItem.d.ts.map