import { PAGINATION_HEIGHT } from './constants'; export declare const getPaginationHeight: (paginationActiveInConfig: boolean, customSize: keyof typeof PAGINATION_HEIGHT | undefined) => number;