import { MutableRefObject } from "react";
import { Raycaster } from "three";
export declare const useDragSelect: (input: HTMLInputElement, text: MutableRefObject<any>, raycaster: Raycaster, focusInput: () => void) => void;
