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