import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core'; export declare class EppColorPickerComponent implements OnInit { list: string[]; color: string; colorChange: EventEmitter; colorBlock: TemplateRef; constructor(); ngOnInit(): void; colorSelect(color: string): void; }