import { type OffsetPaginationProps } from './OffsetPagination'; export { OffsetPagination, type OffsetPaginationProps } from './OffsetPagination'; /** * @deprecated This component has been renamed to `OffsetPagination`. Please import and use `OffsetPagination` instead. */ export declare const Pagination: import("react").FC; /** * @deprecated This type definition has been renamed to `OffsetPaginationProps`. Please import and use `OffsetPaginationProps` instead. */ export type PaginationProps = OffsetPaginationProps; //# sourceMappingURL=index.d.ts.map