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