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