import * as React from "react"; import type { MenuItemProps, MenuItemVariant } from "./types"; export declare const getComputedVariant: (variant: MenuItemVariant, isGrouped: boolean) => MenuItemVariant; export declare const StyledMenuItem: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=MenuItem.styles.d.ts.map