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