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