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