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