export type { ZoraColor, ZoraEmphasis, ZoraPaletteColor, ZoraStatusColor } from '../../types/theme'; export declare const ZORA_PALETTE_COLORS: readonly ["primary", "secondary", "tertiary", "quaternary", "neutral"]; export declare const ZORA_STATUS_COLORS: readonly ["success", "warning", "error", "info"]; export declare const ZORA_COLORS: readonly ["primary", "secondary", "tertiary", "quaternary", "neutral", "success", "warning", "error", "info", "danger"]; export declare const ZORA_EMPHASES: readonly ["default", "muted", "subtle", "inverse"]; //# sourceMappingURL=colorModel.d.ts.map