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