import { type BindDataModelOptions, type DataModel, type ValueBindingSpec } from './types.js'; export declare function bindValueModel(element: HTMLElement, spec: ValueBindingSpec, model: DataModel, options: BindDataModelOptions): () => void;