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