/**
 * @fileoverview Pagination component exports
 */
export { Pagination } from './Pagination';
export type { PaginationProps } from './Pagination';
