import type { CustomMappingDataItem, IconScaleSelectorValue } from './type'; export declare const getDefaultValue: (defaultDomain: string[]) => { id: string; value: string; name: string; url: string; }[]; export declare const getScaleByCustomMappingData: (scaleList: CustomMappingDataItem[] | undefined, unknown: string) => IconScaleSelectorValue; export declare const getCustomMappingData: (val: IconScaleSelectorValue) => CustomMappingDataItem[];