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