import { type SvgStringOpts } from '../../svgString'; export declare const DownloadSVG: (opts?: SvgStringOpts) => string; export default DownloadSVG;