
import { IgcBaseEventArgs } from './igc-base-event-args';


/* jsonAPIPlainObject */



    export declare class IgcForOfState extends IgcBaseEventArgs
    {

          
    public startIndex?: number;
  
          
    public chunkSize?: number;
  
    }


        