- /**
- * @license
- * SPDX-License-Identifier: Apache-2.0
- */
- import { SafeHtml } from '../../internals/html_impl';
- /** Safely creates a contextualFragment. */
- export declare function createContextualFragment(range: Range, html: SafeHtml): DocumentFragment;
|