/** @jsxImportSource @opentui/react */ /** * OpenTUI native selection: copy on mouse release, toast, stop edge-scroll. * * Selectable text includes response body, thinking body, YOU prompt body, * tool output, and notices. Interactive chrome uses click-without-drag so * short clicks still open modals while drag-select works on the same nodes. */ import type { AppServices } from "../../../ui-core/bootstrap/composition-root.js"; export declare function useNativeSelectionCopy(services: AppServices): void;