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