import { Type } from "igniteui-react-core"; /** * Describes available shapes for a category item highlight. */ export declare enum CategoryItemHighlightType { /** * The default depends on the series being highlighted. */ Auto = 0, /** * The highlight should use a marker shape. */ Marker = 1, /** * The highlight should use a filled band shape. */ Shape = 2 } /** * @hidden */ export declare let CategoryItemHighlightType_$type: Type;