import React from 'react'; import { Point } from "../../index"; declare type Props = { points: readonly Point[]; lineColor: string; activeAxis: string; backgroundColor: string; }; export declare const RadarChartPoints: React.FC; export {};