///
interface UseTextSelectionProps {
pageNumber: number;
documentUri: string;
containerRef: React.RefObject;
}
export declare const useTextSelection: ({ pageNumber, documentUri, containerRef, }: UseTextSelectionProps) => {
handleTextSelection: () => void;
};
export {};