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