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