/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export declare const embedHtml: (title: string, embed: string) => string;