import { Controller } from "@hotwired/stimulus"; export declare function useTextSelection(controller: Controller, handler: (selectedString: Selection | null) => void): { teardown: () => void; };