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