import type { IParams } from '../types'; import type { ILineData, IOptions } from './types'; export declare function draw(params: IParams): void;