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