import type { CurveArray, PathArray } from '@antv/util'; import type { DisplayObject, ParsedPathStyleProps } from '../../display-objects'; import type { IElement } from '../../dom'; export declare function parsePath(path: string | PathArray, object: DisplayObject): ParsedPathStyleProps['path']; export declare function mergePaths(left: ParsedPathStyleProps['path'], right: ParsedPathStyleProps['path'], object: IElement): [CurveArray, CurveArray, (b: CurveArray) => CurveArray]; //# sourceMappingURL=path.d.ts.map