import type { Components, JSX } from "../types/components"; interface DsChartLegend extends Components.DsChartLegend, HTMLElement {} export const DsChartLegend: { prototype: DsChartLegend; new (): DsChartLegend; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;