import { AbsoluteArray } from '@antv/util'; import { Rectangle } from '../shapes'; export declare const EMPTY_PARSED_PATH: { absolutePath: AbsoluteArray; hasArc: boolean; segments: any[]; polygons: any[]; polylines: any[]; curve: any; totalLength: number; rect: Rectangle; }; //# sourceMappingURL=constants.d.ts.map