import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class ListPanelContentRebindEventArgs extends EventArgs { static $t: Type; private _rowObject; get rowObject(): any; set rowObject(a: any); }