import { type ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.js";
/**
 * Demos:
 *
 * - [Custom components](https://mui.com/x/react-charts/components/)
 *
 * API:
 *
 * - [ChartsAxisHighlight API](https://mui.com/x/api/charts/charts-axis-highlight/)
 */
declare function ChartsAxisHighlight(props: ChartsAxisHighlightProps): import("react/jsx-runtime").JSX.Element;
declare namespace ChartsAxisHighlight {
  var propTypes: any;
}
export { ChartsAxisHighlight };