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