/** * Escape HTML to safely render user text inside a
 with dangerouslySetInnerHTML.
 *
 * @private within the promptbook components <- TODO: Maybe make promptbook util from this
 */
export declare function escapeHtml(input: string): string;