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