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