import { type RendererFC } from 'jamis-core';
import type { PaginationProps } from './types';
export declare const PaginationRenderer: RendererFC<PaginationProps>;
