export declare class TablePagingService { constructor(); filterTableData(value: any, filter?: any, sort?: any): any; }