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