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