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