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