/** * 复制 SVG * @param url */ export declare const copySVG: (url: string) => Promise; /** * 下载 SVG * @param url * @param title */ export declare const downloadSVG: (url: string, title: string) => Promise;