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