export declare const Replacer: ({ text, link, }: { text: string; link?: { linkLocation: string; linkText: string; }; }) => JSX.Element;