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