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