import type { PathArray } from '../types'; /** * Returns a valid `d` attribute string value created * by rounding values and concatenating the `pathArray` segments. */ export declare function path2String(path: PathArray, round?: number | 'off'): string;