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