import { TUsePaginationProps } from './types'; export declare const DOTS = "..."; /** * This hook will help create the range that is shown by the pagination component */ export declare const usePagination: ({ currentPage, pageSize, siblingCount, totalCount, }: TUsePaginationProps) => (string | number)[] | undefined; //# sourceMappingURL=Helper.d.ts.map