import { Point } from '@src/models'; import { Path } from './Path'; export declare class LinePath extends Path { getPath(): string; svgPath(points: Point[]): string; }