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