import { Base, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class CalloutContentUpdatingEventArgs extends Base {
    static $t: Type;
    c: any;
    d: any;
    private _item;
    get item(): any;
    set item(a: any);
    a: any;
}
