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