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