import { ListPanelContentRefreshedEventArgs as ListPanelContentRefreshedEventArgs_internal } from "./ListPanelContentRefreshedEventArgs"; export declare class IgxListPanelContentRefreshedEventArgs { protected createImplementation(): ListPanelContentRefreshedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ListPanelContentRefreshedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }