export declare const camelCaseToDashed: (camelCase: string) => string;
export declare const getBoundingClientRect: (node: SVGElement) => DOMRect;
export declare function remeasure(this: any): void;
export declare function encodeSvg(svgString: string): string;
export declare const getAttributeName: (attr: string) => string;
//# sourceMappingURL=index.d.ts.map