// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. export declare function markDisposable(element: HTMLElement, disposeImpl: any): void; export declare function disposeSubTree(element: HTMLElement): void; export declare function _disposeElement(element: HTMLElement): void;