export interface ITablePaginator { page: number; forPage: number; count?: number; } export declare const DefaultTablePaginator: ITablePaginator;