export declare function getPaddingLeft(item: SVGElement): number; export declare function getPaddingTop(item: SVGElement): number; export declare function getPaddingRight(item: SVGElement): number; export declare function getPaddingBottom(item: SVGElement): number; export declare function setPaddingLeft(item: SVGElement, value: number): void; export declare function setPaddingTop(item: SVGElement, value: number): void; export declare function setPaddingRight(item: SVGElement, value: number): void; export declare function setPaddingBottom(item: SVGElement, value: number): void; export declare function getX(item: SVGElement): number; export declare function getY(item: SVGElement): number; export declare function getBackgroundColor(obj: SVGRectElement | SVGCircleElement | SVGEllipseElement | SVGPolygonElement | SVGPathElement): string; export declare function getStrokeWidth(obj: SVGRectElement | SVGCircleElement | SVGPathElement | SVGEllipseElement | SVGLineElement | SVGPolylineElement): number; export declare function getStrokeColor(obj: SVGRectElement | SVGCircleElement | SVGPathElement | SVGEllipseElement | SVGLineElement | SVGPolylineElement): string; export declare function getBackgroundVisible(obj: SVGElement): boolean;