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