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