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