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