declare global { interface Navigator { msSaveBlob?: (blob: any, defaultName?: string) => boolean; } interface HTMLCanvasElement { msToBlob(): any; } } declare const downloadAllSVGFigures: (selector: any) => void; export default downloadAllSVGFigures;