export declare class SVGUtils { static matrixToTransformAttr(matrix: SVGMatrix): string; static createMatrix(): SVGMatrix; }