import { IConverterOption } from 'neurons-utils/utils/objectutils'; export declare const kpiRingMapping: { 'kpiRing': { targetProperty: string; subMappings: IConverterOption; }; 'kpiRing.ringColor': string; 'kpiRing.grayColor': string; 'colorMode.pallete': string; 'colorMode.type': string; 'itemStyle': { targetProperty: string; subMappings: string; }; 'nameStyle': { targetProperty: string; subMappings: IConverterOption; }; 'kpiStyle': { targetProperty: string; subMappings: IConverterOption; }; }; export declare const themeMapping: IConverterOption;