///
import { PolarChartProps } from '../../../props';
/**
* A React component comparing multiple categories/variables with a spatial perspective in a radial chart.
*
* ## Example
*
* Polar chart displaying total revenue per age range from the Sample ECommerce data model.
*
*
*
* Additional Polar Chart examples:
*
* - [Area Polar Chart](https://www.sisense.com/developers/playground/?example=charts%2Fpolar-chart-area)
* - [Line Polar Chart](https://www.sisense.com/developers/playground/?example=charts%2Fpolar-chart-line)
*
* @param props - Polar chart properties
* @returns Polar Chart component
* @group Charts
*/
export declare const PolarChart: import("react").FunctionComponent;