import { HookParams } from '../types'; export declare function highlightSearch(value: string, searchQuery: string): string; export declare function filterFn>({ data, filters, search, }: HookParams): any;