/** * Get the contrast ratio between two colors */ export default function getContrastRatio(foreground: string, background: string): number; //# sourceMappingURL=getContrastRatio.d.ts.map