import type { Emitter } from '@mantou/gem/lib/decorators'; import { DuoyunScrollBaseElement } from './base/scroll'; import './tooltip'; export interface Legend { label: string; value?: string; tooltip?: string; } export declare class DuoyunLegendElement extends DuoyunScrollBaseElement { #private; colors: `#${string}`[]; legends?: Legend[]; value?: string[]; change: Emitter; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=legend.d.ts.map