import { MapType } from '../../../constants/map/map';
import MapBubbleChartStore from '../store';
export default class BubbleChinaChartStore extends MapBubbleChartStore {
    mapType: MapType;
    getIsValidMapData: (seriesNames: string[]) => boolean;
}
