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