import type { FontOptions } from 'ag-charts-core';
import type { LineDashOptions, StrokeOptions } from 'ag-charts-types';
export declare function setSvgFontAttributes(element: SVGElement, options: FontOptions): void;
export declare function setSvgStrokeAttributes(element: SVGElement, options: StrokeOptions): void;
export declare function setSvgLineDashAttributes(element: SVGElement, options: LineDashOptions): void;
