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