import { ListPanelContentRebindEventArgs as ListPanelContentRebindEventArgs_internal } from "./ListPanelContentRebindEventArgs"; /** * Information about list item content that was just rebound. */ export declare class IgxListPanelContentRebindEventArgs { protected createImplementation(): ListPanelContentRebindEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ListPanelContentRebindEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * The model that is rebinding. */ get rowObject(): any; set rowObject(v: any); }