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