import { MeshLambertMaterial } from "three"; export declare function materialFromColor(color: string, opacity?: number): MeshLambertMaterial; export declare function randomColor(): string;