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