import { IConverterOption } from 'neurons-utils/utils/objectutils'; export declare const gaugeMapping: { 'gauge': { targetProperty: string; subMappings: { 'baseColor': string; 'radius': string; 'centerX': { targetProperty: string; skipSetter: boolean; converter: (sourceValue: any, sourceAccessor: any, targetAccessor: any) => void; }; 'centerY': { targetProperty: string; skipSetter: boolean; }; 'startAngle': string; 'endAngle': string; 'clockwise': string; 'splitNumber': string; 'lineWidth': string; 'lineOpacity': string; }; }; 'gaugeTitle': { targetProperty: string; subMappings: { 'offsetCenterX': { targetProperty: string; skipSetter: boolean; converter: (sourceValue: any, sourceAccessor: any, targetAccessor: any) => void; }; 'offsetCenterY': { targetProperty: string; skipSetter: boolean; }; }; }; 'gaugeDetail': { targetProperty: string; subMappings: { 'mode': string; 'layout': string; 'offsetCenterX': { targetProperty: string; skipSetter: boolean; converter: (sourceValue: any, sourceAccessor: any, targetAccessor: any) => void; }; 'offsetCenterY': { targetProperty: string; skipSetter: boolean; }; }; }; 'gaugePointer.enabled': string; 'gaugePointer.length': { targetProperty: string; converter: (v: any) => string; }; 'gaugePointer.width': string; 'gaugePointer.itemStyle': { targetProperty: string; subMappings: string; }; 'gaugeSplitLine': { targetProperty: string; subMappings: { 'enabled': string; 'length': string; }; }; 'gaugeAxisTick': { targetProperty: string; subMappings: { 'enabled': string; 'splitNumber': string; 'length': string; }; }; 'gaugeAxisLabel': { targetProperty: string; subMappings: { 'enabled': string; 'distance': string; }; }; 'gaugeAxisLabel.textStyle': { targetProperty: string; subMappings: { 'color': string; 'font.fontFamily': string; 'font.fontSize': string; 'font.fontWeight': string; 'font.fontStyle': string; 'shadow.blur': string; 'shadow.offsetX': string; 'shadow.offsetY': string; 'shadow.color': string; }; }; 'tooltip': { targetProperty: string; subMappings: IConverterOption; }; }; export declare const themeMapping: IConverterOption;