import * as React from 'react'; import { OthersCategoryContext } from "./OthersCategoryContext"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrOthersCategoryContext
extends React.Component
{
protected createImplementation(): OthersCategoryContext;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): OthersCategoryContext; /**
* @hidden
*/
static _createFromInternal(internal: any): IgrOthersCategoryContext;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor(props: P);
componentDidMount(): void;
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
render(): any;
/**
* Gets the items in the others category.
*/
get items(): any[];
set items(v: any[]);
findByName(name: string): any;
protected __p: string;
protected _hasUserValues: Set