import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { ResponsivePhase as ResponsivePhase_internal } from './ResponsivePhase';
import { IgrResponsivePhase as IgrResponsivePhase } from './igr-responsive-phase';
export declare class IgrResponsivePhasesCollection extends IgCollection<IgrResponsivePhase, ResponsivePhase_internal> {
    constructor(list?: IgrResponsivePhase[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrResponsivePhase, ResponsivePhase_internal>;
}
