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