import type { ColorVariants, Palette } from './theme-provider-service.js';
/**
 * A Record mapping every Palette key to main + mainContrast CSS variable references.
 * Shared by components that accept a `color?: keyof Palette` prop (Badge, Pagination, etc.).
 */
export declare const paletteMainColors: Record<keyof Palette, Pick<ColorVariants, 'main' | 'mainContrast'>>;
/**
 * A Record mapping every Palette key to the full set of CSS variable references.
 * Shared by components that need light/dark variants (Chip, etc.).
 */
export declare const paletteFullColors: Record<keyof Palette, ColorVariants>;
//# sourceMappingURL=palette-css-vars.d.ts.map