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