import { OnChanges, SimpleChanges } from "@angular/core"; import { ConfiguratorContext } from "../configurator.models"; import * as i0 from "@angular/core"; export declare class ColorPickerComponent implements OnChanges { context: ConfiguratorContext; property: string; label?: string; defaultColor: string; tooltip: string; _path: string[]; get color(): string; set color(value: string); reset(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }