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