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