export default function htmlSafe(string: string): { __html: string; };