import { type RadarGridProps } from "./RadarGrid.types.js";
declare function RadarGrid(props: RadarGridProps): import("react/jsx-runtime").JSX.Element | null;
declare namespace RadarGrid {
  var propTypes: any;
}
export { RadarGrid };