import React from "react"; export interface ActiveDotProps { cx?: number; cy?: number; payload?: any; value?: any; fill?: string; stroke?: string; } export declare const ActiveDot: React.FC; //# sourceMappingURL=ActiveDot.d.ts.map