import { HighchartsService } from './HighchartsService'; export declare function initChart(highchartsService: HighchartsService, userOpts: any, baseOpts: any, type: string): any;