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