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