export declare const LEFT_PAGE = "LEFT"; export declare const RIGHT_PAGE = "RIGHT"; export declare function getPageNumbers({ currentPage, pageNeighbours, totalPages }: any): any[];