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