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