/** * Shared status-to-color mapping for burnish components. * Maps semantic status names to CSS custom property expressions. */ /** * Resolve a status or color name to a CSS value. * * If `value` matches a known status name, returns the corresponding CSS custom property. * Otherwise returns `value` as-is (allowing raw CSS colors to pass through), * falling back to the default muted color. */ export declare function resolveStatusColor(value?: string): string; //# sourceMappingURL=status-colors.d.ts.map