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