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