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