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