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