/**
 * Returns the filtered html as a string that has replaced the non-breakable whitespaces
 * with regular spaces.
 *
 * @param htmlString - The html string to filter
 */
export declare const replaceHtmlWhitespace: (htmlString: string) => string;
