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