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