import { PopupMenuVariants } from './types.js'; export declare const PopupMenuItemStyle: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { $active: boolean; }, never>; export declare const PopupMenuItemContentStyle: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { $variant: PopupMenuVariants; }, never>; export declare const PopupMenuItemLeftDecoratorStyle: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const PopupMenuItemRightDecoratorStyle: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; //# sourceMappingURL=PopupMenuItemStyles.d.ts.map