export interface PaginationChangedArgs { newPage: number; pageSize: number; } //# sourceMappingURL=paginationChangedArgs.interface.d.ts.map