///
export interface MyRadarEChartsEDProps {
style?: React.CSSProperties;
className?: any;
defaultDataSource: Record[];
radarDataSource: Record[];
legendKey: string;
levelTypeName: string;
indicatorDataSource: Record[];
defaultIndicatorDataSource: Record[];
indicatorName: string;
indicatorKey: string;
indicatorMax: string;
indicatorMin: string;
showTotal: boolean;
showHint: boolean;
defaultHint: Record;
hint: Record;
hintName: string;
hintWidth: string;
visible: boolean;
defaultRadarLevelHint: Record[];
radarLevelHint: Record[];
radarMax: string;
radarMin: string;
radarDescription: string;
backgroundType?: any;
}
export declare type ReactChartHookType = MyRadarEChartsEDProps & {
isRunningState?: boolean;
getEngineApis?: any;
};