import { CustomCircularProgressProps } from "./CustomCircularProgress.constants"; declare const CustomCircularProgress: ({ dataTest, forceTheme, progress, size, spinner, trackColor, progressColor, tooltip, }: CustomCircularProgressProps) => JSX.Element; export default CustomCircularProgress; //# sourceMappingURL=CustomCircularProgress.d.ts.map