import * as Highcharts from 'highcharts'; import { ChartTheme } from '../../../common/chartModels'; export declare class Themes { private static commonThemeTypeToHighcharts; private static defaultThemeOptions; static getThemeOptions(theme: ChartTheme): Highcharts.Options; }