import { ReactNode } from "react";
declare const useHighlightText: (text: string, searchBy: string, matchCase?: boolean) => ReactNode;
export default useHighlightText;
//# sourceMappingURL=useHighlightText.d.ts.map