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