import type { ReactNode } from "react";
import type { RingCircleProps } from "./RingCircle";
export declare function RingCircle({ center, radius, strokeWidth, strokeDasharray, strokeDashoffset, className, width, height, }: RingCircleProps): ReactNode;
//# sourceMappingURL=RingCircle.web.d.ts.map