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