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