import { OnChanges } from '@angular/core'; export declare class IdComponent implements OnChanges { id: string | number; color: string | { [key: string]: string; }; trueColor: string; constructor(); ngOnChanges(): void; private generateColor(); private getColor(); }