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