import { FunctionComponent } from 'react'; declare type CustomPaginationProps = { handlePageSizeChange: (number: any) => void; }; declare const CustomPagination: FunctionComponent; export default CustomPagination;