export type ChartsRadialAxisHighlightPathType = 'line' | 'band'; export declare const ChartsRadialAxisHighlightPath: import("@emotion/styled").StyledComponent & { ownerState: { axisHighlight: ChartsRadialAxisHighlightPathType; }; }, Pick, keyof import("react").SVGProps>, {}>; export declare const ChartsRadialAxisHighlightCircle: import("@emotion/styled").StyledComponent & { ownerState: { axisHighlight: ChartsRadialAxisHighlightPathType; }; }, Pick, keyof import("react").SVGProps>, {}>;