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