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