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