export declare const themePaletteSemanticColors: readonly ["primary", "secondary", "error", "warning", "info", "success", "accent", "global", "promotion", "decorative", "neutral"]; export type ThemePaletteSemanticColors = (typeof themePaletteSemanticColors)[number]; export declare const inaccessibleColors: readonly ["primary", "global"]; export type InaccessibleColor = (typeof inaccessibleColors)[number]; export type AccessibleColor = Exclude; export declare const accessibleColors: AccessibleColor[];