export { default as Pagination } from './index.vue'; export type { PaginationProps, PaginationEmits, PaginationItemType, } from './types';