import { OnChanges } from '@angular/core'; import { IAnyColor } from './color-picker.type'; export declare class BixiColorBlockComponent implements OnChanges { rgbString: string; isDarkColor: boolean; color: IAnyColor; ngOnChanges(): void; }