import { IgCollection } from "igniteui-react-core"; import { SyncableObservableCollection$2 } from "igniteui-react-core"; import { IndicatorDisplayType } from './IndicatorDisplayType'; export declare class IgrIndicatorDisplayTypeCollection extends IgCollection { constructor(list?: IndicatorDisplayType[]); protected _ensureOuter(item: any): IndicatorDisplayType; protected _createInnerColl(): SyncableObservableCollection$2; }