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