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