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