import { Color } from 'three'; import type { ColorRepresentation } from 'three'; export declare const convertColorRepresentationToColor: (colorRep: ColorRepresentation, linear: boolean) => Color;