export declare class SVG { static NS: "http://www.w3.org/2000/svg"; private hiddenMetricsElement; constructor(); textWidth(text: SVGTextElement): number; textHeight(text: SVGTextElement): number; }