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;