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