import PieChartStore from '../store';
export default class Store extends PieChartStore {
    get series(): any[];
}
