import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { NgxEditorService } from '../../../editor.service'; import { MenuService } from '../menu.service'; import * as i0 from "@angular/core"; export declare class ColorPickerComponent implements OnInit, OnDestroy { private el; private menuService; private ngxeService; presets: string[][]; type: string; constructor(el: ElementRef, menuService: MenuService, ngxeService: NgxEditorService); get title(): string; get icon(): string; private get command(); private updateSubscription; private editorView; showPopup: boolean; isActive: boolean; activeColors: string[]; canExecute: boolean; getContrastYIQ(hexcolor: string): string; onDocumentClick(e: MouseEvent): void; private hidePopup; togglePopup(e: MouseEvent): void; remove(e: MouseEvent): void; trackByIndex(index: number): number; onColorSelect(e: MouseEvent, color: string): void; private update; getLabel(key: string): string; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }