import React from 'react'; import './styles.scss'; import { AnnotationLayerTypes } from './types'; export declare const AnnotationLayer: ({ id, annotations, AnnotationComponent, lineHeight, linePadding, hideMarker, locator, lineFlow, marker, children }: AnnotationLayerTypes) => React.JSX.Element; //# sourceMappingURL=component.d.ts.map