import { PaginationSize } from '../../../types'; export declare const sizeMapper: (type: PaginationSize) => import('../../../..').TextSize;