import { type CleanupFn } from '../internal-types'; import { adapter } from './text-selection-adapter'; import type { StripPreviewEvent } from './text-selection-adapter-types'; export declare function dropTargetForTextSelection(args: StripPreviewEvent[0]>): CleanupFn;