import { LightService, LightServiceParameters as LightServiceParameters, Attributes, ConcreteLightService } from "./lightservice";
export declare class ColorLightService extends LightService implements ConcreteLightService {
    constructor(parameters: LightServiceParameters);
    private installHandlers;
    onAttributesUpdated: (newAttributes: Attributes) => void;
}
//# sourceMappingURL=colorlightservice.d.ts.map