import { ArrowConfig, lineConfig } from '../type'; interface paths { startPath: string; endPath: string; mainPath: string; textLength: number; } export declare const countPath: (box: { w: number; h: number; }, lineConfig: lineConfig, arrowConfig: ArrowConfig) => paths; export {};