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