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