///
export declare const MainMenuItem: import("react").ForwardRefExoticComponent<{
icon?: JSX.Element | undefined;
active?: boolean | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "active" | "icon"> & import("react").RefAttributes>;
//# sourceMappingURL=MainMenuItem.d.ts.map