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