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