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