
import { IgcGridBaseDirective } from './igc-grid-base-directive';





    export declare class IgcGridRowDragGhostContext
    {

          
    /* @wcWidgetMemberName: $implicit */
public set implicit(value: any);
          public get implicit(): any;
  
           // this is the row data
    public set data(value: any);
          public get data(): any;
  
           // this is also the row data for some reason.
    public set grid(value: IgcGridBaseDirective);
          public get grid(): IgcGridBaseDirective;
  
    }


        