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