import { DefaultTheme } from 'styled-components';
import type { ItemVariant } from './Menu';
export declare const getBackgroundColorHover: (variant: ItemVariant) => keyof DefaultTheme['colors'];
export declare const getTextColor: (variant: ItemVariant, disabled?: boolean) => keyof DefaultTheme['colors'];
export declare const getIconColor: (variant: ItemVariant, disabled?: boolean) => keyof DefaultTheme['colors'];
//# sourceMappingURL=utils.d.ts.map