import { ChartType } from '../../../../../../constants/chart-style';
import MapBubbleChartStyleService from './base';
export default abstract class MapBubbleChinaChartStyleService extends MapBubbleChartStyleService {
    chartType: ChartType;
}
