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