import { Color3 } from 'babylonjs'; export declare function HTMLColor(colorName: string): Color3; export declare function randomColorName(): string; /** estimate the number of pixels in a string */ export declare function measureText(str: string, fontSize?: number): number; /** simple class to return a unique number */ export declare class Uuid { static count: number; constructor(); }