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