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