import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { ActionStrip as ActionStrip_internal } from './ActionStrip';
import { IgrActionStrip as IgrActionStrip } from './igr-action-strip';
export declare class IgrActionStripCollection extends IgCollection<IgrActionStrip, ActionStrip_internal> {
    constructor(list?: IgrActionStrip[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrActionStrip, ActionStrip_internal>;
}
