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