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