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