export * from './dom-helpers'; export * from './highlight'; export declare function isMatch( sourceText: string, searchValue: string | null ): boolean;