/** * Calculates the contrast ratio of two different hex colors. */ export declare function calculateContrastRatio(hexColor: string, secondHexColor: string): number; //# sourceMappingURL=calculateContrastRatio.d.ts.map