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