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