import type { ColorRepresentation } from 'three'; /** * Returns a hex color (including the leading #) that contrasts with the input color. */ export declare function getContrastColor(color: ColorRepresentation): string; //# sourceMappingURL=ColorUtils.d.ts.map