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