declare const useSvgDownload: () => { download: (svg: SVGElement, filename: string) => void; }; export default useSvgDownload;