import React from 'react'; import type { TextViewerProps } from './TextViewer.types'; export declare function TextViewer({ annotation, isHovered }: TextViewerProps): React.ReactElement;