import { type JSX } from 'react'; export declare const replaceUrlsWithLinks: (text: string) => string | JSX.Element;