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