export declare class DiceConsts {
    static D4_LABELS: string[];
    static KNOWN_DICE: number[];
    static DISCRETE_LABELS: string[];
    static BY_TEN_LABELS: string[];
    static frameRate: number;
    static spotlightColor: number;
    static selectorBackColors: {
        color: number;
        shininess: number;
        emissive: number;
    };
    static deskColor: number;
}
