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