import type { Signal } from '@preact/signals-core';
import type { Vector2Tuple } from 'three';
export declare function updateHtmlSelectionRange(target: Signal<Vector2Tuple | undefined>, element: HTMLInputElement | HTMLTextAreaElement | undefined): void;
