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