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