export { default as Pagination } from './pagination';
export { paginationProps } from './props';
export type { PaginationProps, PaginationCProps } from './props';
export type { PaginationPlugin, PaginationExposed, PaginationSlots } from './symbol';
