import { UserTagTypes } from '../../types/userTags'; export declare function getLayerStatisticOptions(statisticData: UserTagTypes.LayerStatistic[], showTip: boolean, labelCreateType: number, totalData: UserTagTypes.LayerStatistic[], propertyCount?: number): any; export declare function getHistoryStatisticOptions(statisticData: UserTagTypes.HistoryStatistic[]): any; export declare const reactEChartsOptions: { name: string; key: number; }[];