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