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