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