/** * DevExpress Analytics (widgets\_searchHighlighting.binding.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { Disposable } from '../serializer/disposable'; export declare function cloneHtmlBinding(data: { content: any; update: (options: any) => void; } & Disposable, element: any, valueAccessor: any, allBindings: any, viewModel: any, bindingContext: any): void;