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