import { Base, Type } from "igniteui-react-core";
import { RowExportingEventArgsDetail } from "./RowExportingEventArgsDetail";
/**
 * @hidden
 */
export declare class RowExportingEventArgs extends Base {
    static $t: Type;
    b: RowExportingEventArgsDetail;
    static a(a: any): RowExportingEventArgs;
}
