import { CurveFactoryLineOnly } from 'd3-shape'; import { Position } from './types'; export declare class PathFactory { private curve; constructor(curve: CurveFactoryLineOnly); getData(points: Position[]): string | null; } //# sourceMappingURL=path-factory.d.ts.map