import type { Plugin } from "../types";
declare const usePaginationPlugin: Plugin<any, any[]>;
export default usePaginationPlugin;
