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