import React from 'react';
import { AnimatedArcPathProps } from '../types/StorageTypes';
declare const AnimatedArcPath: ({ startAngle, endAngle, radius, center, strokeWidth, stroke, animationProgress, delay, }: AnimatedArcPathProps) => React.JSX.Element;
export default AnimatedArcPath;
