export interface Specs {
    colorTemperature: {
        min: number;
        max: number;
    };
    nightLight: boolean;
    backgroundLight: boolean;
    name: string;
    color: boolean;
}
export declare const EMPTY_SPECS: Specs;
export declare const MODEL_SPECS: {
    [index: string]: Specs;
};
//# sourceMappingURL=specs.d.ts.map