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