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