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