import { Vector3 } from "three"; export declare const hexToRgb: (hex: string) => Vector3;