import { type RadarAxisHighlightClasses } from "./radarAxisHighlightClasses.js"; export interface RadarAxisHighlightProps { /** * Override or extend the styles applied to the component. */ classes?: Partial; } declare function RadarAxisHighlight(props: RadarAxisHighlightProps): import("react/jsx-runtime").JSX.Element | null; declare namespace RadarAxisHighlight { var propTypes: any; } export { RadarAxisHighlight };