import * as i0 from '@angular/core'; import * as i2 from '@angular/common'; interface LegendKey { color: string; count: number; } declare class ColorKeyLegendComponent { keys: i0.InputSignal<{ [key: string]: LegendKey; } | undefined>; keysArray(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ColorKeyLegendModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ColorKeyLegendComponent, ColorKeyLegendModule }; export type { LegendKey };