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