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