declare const usePagination: (props: any) => { pagination: any; }; export default usePagination;