import { Range } from './tsHelpers'; export declare const isValidHex: (color?: string) => boolean; export declare function getLuminance(color: string): number; export declare function getContrastTextColor(backgroundColor: string): string; export declare const stringToHslColor: (str: string, s?: Range<0, 100>, l?: Range<0, 100>) => string;