import React from 'react'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; import { PaginationProps } from './interfaces'; declare const InternalPagination: React.ForwardRefExoticComponent>; export default InternalPagination;