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