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