import { Base, Type } from "igniteui-react-core"; import { SeriesViewer } from "./SeriesViewer"; /** * @hidden */ export declare class OthersCategoryContext extends Base { static $t: Type; private _items; get items(): any[]; set items(a: any[]); static b(a: OthersCategoryContext, b: SeriesViewer): any; }