export interface ChartsRadialAxisHighlightClasses { /** Styles applied to the root element. */ root: string; } export type ChartsRadialAxisHighlightClassKey = keyof ChartsRadialAxisHighlightClasses; export declare function getRadialAxisHighlightUtilityClass(slot: string): string; export declare const chartsRadialAxisHighlightClasses: ChartsRadialAxisHighlightClasses;