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