import React from "react"; import type Props from "./private/types/Props"; declare const CircularProgress: ({ value, size, bgColor, progressColor, className, }: Props) => React.JSX.Element; export default CircularProgress; //# sourceMappingURL=CircularProgress.d.ts.map