/// import { AxisScale } from '@visx/axis'; import { BaseAnnotationProps } from './private/BaseAnnotation'; export declare type AnnotationProps = { editable?: boolean; } & Omit, 'AnnotationComponent'>; export default function Annotation({ editable, ...props }: AnnotationProps): JSX.Element; //# sourceMappingURL=Annotation.d.ts.map