import { AngularSvgElement } from './models'; export declare function createCircle(options: any): AngularSvgElement; export declare function createLine(options: any): AngularSvgElement; export declare function createPath(options: any): AngularSvgElement; export declare function createPathForBar(options: any): AngularSvgElement;