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