export { type NavigationProps, type PageSizeProps, Pagination, PaginationNavigation, PaginationPageSize, type PaginationProps, PaginationSummary, type SummaryProps, } from './Pagination'; /** * @deprecated Use named export `{ Pagination }` instead. See [named-exports codemod documentation](https://github.com/mongodb/leafygreen-ui/tree/main/tools/codemods#named-exports) for migration assistance. */ export { Pagination as default } from './Pagination';