export declare function isValidHexColor(input: string): boolean; export declare function getLuminance(hexColor: string): number; export declare function getContrastRatio(color1: string, color2: string): number; export declare function getCSSCustomProperty(propertyName: string, element?: Element): string;