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