import { TableContextProps } from "../../contexts/TableContext"; export interface TableSearchDefaults { page?: number; rowsPerPage?: number; } export declare const useTableSearchParams: (defaults?: TableSearchDefaults) => Pick;