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