import { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js"; export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent & { ownerState: { axisHighlight: ChartsAxisHighlightType; }; }, Pick, keyof import("react").SVGProps>, {}>;