import { IDictionary } from "./models/IDictionary";
export declare class Helper {
    static createSVGElement(name: string, attributes?: IDictionary, dashValues?: boolean): SVGElement;
    static appendTextNode(node: SVGElement, val: string): SVGElement;
}
