import Pagination from './pagination';
import type { PaginationProps } from './types';
export default Pagination;
export type { PaginationProps };
