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