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