import { FunctionComponent } from 'react';
import { IPagerProps } from './IPagerProps';
/**
 * Pager component provides navigation controls for page switching. It can display the navigation
 * as text or button blocks based on the `display` prop.
 * @param IPagerProps Props for Pager component.
 */
export declare const Pager: FunctionComponent<IPagerProps>;
