export declare const loContrasts: string[]; export declare const colors: readonly ["gray", "mauve", "slate", "sage", "olive", "sand", "tomato", "red", "crimson", "pink", "plum", "purple", "violet", "indigo", "blue", "cyan", "teal", "green", "grass", "brown", "bronze", "gold", "sky", "mint", "lime", "yellow", "amber", "orange"]; export declare function getHiContrast(color: string): "hsl(0, 0%, 0%)" | "hsl(0, 0%, 100%)";