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