import { OnInit } from '@angular/core'; export declare class ColorComponent implements OnInit { constructor(); ngOnInit(): void; }