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