import { ColorPickerComponent } from './color-picker/color-picker.component';
import * as i0 from "@angular/core";
/**
 * @internal
 */
export declare class ColorPickerService {
    private active?;
    constructor();
    setActive(active: ColorPickerComponent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ColorPickerService>;
}
