
import { IgcBaseExporter } from './igc-base-exporter';
import { IgcExporterOptionsBase } from './igc-exporter-options-base';
import { IgcGridBaseDirective } from './igc-grid-base-directive';




/* jsonAPIComplexObject */
/* wcAlternateName: ExporterEventArgs */

    export declare class IgcExporterEventArgs
    {

        
    public exporter: IgcBaseExporter;

        
    /* alternateType: ExporterOptionsBase */
    public options: IgcExporterOptionsBase;

        
    public grid: IgcGridBaseDirective;

        
    public cancel: boolean;

    }


        