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