import { IPathResultItem } from '../../typings'; export declare const checkSubPath: (pathResult: IPathResultItem[][], hasStroke: boolean, hasStrokeCap: boolean, sizeDigit: number, angelDigit: number) => IPathResultItem[][];