import { VesselImportExportParams, VesselParams, JodiParams, VesselStatData, JodiStatData } from '@dq-next/types/special'; import { EChartsOption } from 'echarts'; export declare function drawVessel(chartConfig: T, data: VesselStatData[]): Promise; export declare function drawJodi(chartConfig: T, data: JodiStatData): Promise;