/// <reference types="react" />
import { CircleProps } from './types';
export declare const CircleSvg: <RawDatum>({ node, style, onMouseEnter, onMouseMove, onMouseLeave, onClick, }: CircleProps<RawDatum>) => JSX.Element;
//# sourceMappingURL=CircleSvg.d.ts.map