import type { FC } from 'react';
type Props = {
    uri: string;
};
declare const DownloadRenderer: FC<Props>;
export default DownloadRenderer;
//# sourceMappingURL=DownloadRenderer.d.ts.map