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