import React from 'react'; import { OffsetAnnotationTypes } from './types'; export declare const OffsetAnnotation: ({ position, content, svgSize, offset, alignOverwrite, Comp, lineHeight, linePadding, hideMarker, lineFlow, marker }: OffsetAnnotationTypes) => React.JSX.Element; //# sourceMappingURL=offsetAnnotation.d.ts.map