import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
  ownerState: {
    axisHighlight: ChartsAxisHighlightType;
  };
}, Pick<import("react").SVGProps<SVGPathElement>, keyof import("react").SVGProps<SVGPathElement>>, {}>;