import React from 'react';
import type { SelectionDotProps } from './LineGraphProps';
export declare const CIRCLE_RADIUS = 5;
export declare const CIRCLE_RADIUS_MULTIPLIER = 6;
export declare function SelectionDot({ isActive, color, circleX, circleY, }: SelectionDotProps): React.ReactElement;
