import { GetNextPageParamFunction } from '@tanstack/vue-query'; import { PaginatedData } from '../types/paginatedData'; export declare const DEFAULT_ITEMS_PER_PAGE = 15; export declare const getDefinedProps: (props: T) => Partial; export declare const getNextPageParam: GetNextPageParamFunction>;