/// <reference types="react" />
import { ConnectorProps as BaseConnectorProps } from '@visx/annotation/lib/components/Connector';
export declare type AnnotationConnectorProps = BaseConnectorProps;
/** AnnotationConnector which provides color from theme. */
export default function AnnotationConnector(props: AnnotationConnectorProps): JSX.Element;
//# sourceMappingURL=AnnotationConnector.d.ts.map