import type { VariantMap } from './index'; export declare const CME_SOLID_TYPE_MAP: { default: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; purple: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; black: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; grey: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; white: { borderColor: string; backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; }; export declare const CMEVENTS_TYPE_MAP: VariantMap;