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