import { AttributeSelect, AttrConditionTypes } from '@zgfe/business-lib'; import { bizAttributeSelectorValueProp } from '../../types'; import { EventGroup, UserProp, EnvProp } from '@zgfe/business-lib/es/attributeSelector/types'; export declare const getMapChartData: (data: any) => any; export declare const judgeFilterValue: (data: AttrConditionTypes.GroupValue | undefined, count: number) => boolean; export declare const judgeIsCity: (name: string | undefined) => boolean; export declare const judgeIsArea: (name: string | undefined) => boolean; export declare const getValue: (param: bizAttributeSelectorValueProp, eventGroupList: EventGroup[] | undefined, eventEnvList: EnvProp[] | undefined, userPropList: UserProp[] | undefined) => AttributeSelect.Value | undefined; export declare const getNumberPanelData: (data: any) => Promise; export declare const normalOptions: (type: any) => { label: string; value: string; }[]; export declare const normalWholeOptions: { label: string; value: string; }[];