export declare const useLineCompute: (size: number, data: number[]) => { width: number; height: number; linePath: string; polygonPath: string; };