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