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