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