import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { RowIsland as RowIsland_internal } from './RowIsland';
import { IgrRowIsland as IgrRowIsland } from './igr-row-island';
export declare class IgrRowIslandCollection extends IgCollection<IgrRowIsland, RowIsland_internal> {
    constructor(list?: IgrRowIsland[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrRowIsland, RowIsland_internal>;
}
