export declare class SaveAsContextMenu { static saveAsSvg(scope: any): void; static saveAsPng(scale: any, scope: any): void; static getSvgToSave(scope: any): SVGElement; private static setAttributes; private static addLegend; private static addTooltips; private static addCustomStyles; private static adjustSvgPositionWithLegend; private static svgReplaceNbspCharacters; }