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