import type { UmbDuplicateToModalData, UmbDuplicateToModalValue } from './duplicate-to-modal.token.js'; import { nothing } from '../../../../../../external/lit/index.js'; import { UmbModalBaseElement } from '../../../../modal/index.js'; /** * @deprecated Deprecated since v17. The "Duplicate to" entity action now uses the shared `UMB_TREE_PICKER_MODAL`. Scheduled for removal in Umbraco 19. */ export declare class UmbDuplicateToModalElement extends UmbModalBaseElement { #private; private _destinationUnique?; constructor(); private get _treeExpansion(); render(): import("lit-html").TemplateResult<1> | typeof nothing; static styles: import("lit").CSSResult[]; } export { UmbDuplicateToModalElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-duplicate-to-modal': UmbDuplicateToModalElement; } }