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