import { type RadarGridRenderProps } from "./RadarGrid.types.js";
/**
 * @ignore - internal component.
 */
export declare function SharpRadarGrid(props: RadarGridRenderProps): import("react/jsx-runtime").JSX.Element;