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