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