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