import type { LocaleService } from '@univerjs/core'; import type { SheetsChartUIService } from '../../services/sheets-chart-ui.service'; export declare const RadarChartOptionsEdit: (props: { service: SheetsChartUIService; localeService: LocaleService; className?: string; }) => import("react/jsx-runtime").JSX.Element;