import { PaginationProps } from './interfaces'; export { PaginationProps }; export default function Pagination(props: PaginationProps): JSX.Element;