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