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