import type { ScrubberBeaconProps, ScrubberBeaconRef } from './Scrubber'; export type DefaultScrubberBeaconProps = ScrubberBeaconProps & { /** * Radius of the beacon circle. * @default 5 */ radius?: number; /** * Stroke width of the beacon circle. * @default 2 */ strokeWidth?: number; }; export declare const DefaultScrubberBeacon: import('react').MemoExoticComponent< ({ ref, seriesId, color: colorProp, dataX, dataY, isIdle, idlePulse, animate, transitions, opacity: opacityProp, radius, stroke, strokeWidth, }: DefaultScrubberBeaconProps & { ref?: React.Ref; }) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=DefaultScrubberBeacon.d.ts.map