import { UserTagTypes } from '../../types/userTags'; export declare const tagsOptionType: { name: string; id: number; }[]; export declare const updateOption: { label: string; value: number; }[]; export declare const expirationDateOption: { label: string; value: number; }[]; export declare const range: (start: number, end: number) => number[]; export declare const AttrSourceIdData: { id: number; datasetName: string; tableName: string; }[]; export declare const hierarchyColumns: ({ title: string; dataIndex: string; width: number; } | { title: string; dataIndex: string; width?: undefined; })[]; export declare const hierarchyData: { id: number; hierarchy: string; hierarchy1: string; hierarchy2: string; hierarchy3: string; hierarchy4: string; hierarchy5: string; hierarchy6: string; hierarchy7: string; hierarchy8: string; layerRemark: string; }[]; export declare const detailsConfigData: UserTagTypes.DetailsConfigValue; export declare const attrSourceConfigObj: UserTagTypes.AttrSourceConfigValue; export declare const rangeDataDetail: ({ start: number; end: null; rangeValue: null; } | { start: null; end: null; rangeValue: null; } | { start: null; end: number; rangeValue: null; })[]; export declare const layersOption: UserTagTypes.Layers[];