import { BubbleGisChart } from '../bubblegis'; import '../extention/gis'; export declare class LineGisChart extends BubbleGisChart { protected assembleChartOption(chartOption: any, data: any): any; }