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