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