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