import { OnInit } from '@angular/core'; import { Legend } from '../../models/legend.model'; import * as i0 from "@angular/core"; export declare class LegendComponent implements OnInit { legends: Legend[]; private isSortingNeeded; set isSorting(value: boolean); get isSorting(): boolean; ngOnInit(): void; trackByFn(index: number, item: Legend): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }