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