import { ReactElement } from 'react'; import type { LineViewerProps } from './LineViewer.types'; export declare function LineViewer({ isHovered, showLabel, showOutline, annotation }: LineViewerProps): ReactElement;