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