import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LegendEntryComponent { color: string; label: string; formattedLabel: string; isActive: boolean; select: EventEmitter; activate: EventEmitter<{ name: string; }>; deactivate: EventEmitter<{ name: string; }>; toggle: EventEmitter; get trimmedLabel(): string; onMouseEnter(): void; onMouseLeave(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }