import React from 'react';
import { AnimatedInnerPathProps } from '../types/StorageTypes';
declare const AnimatedInnerPath: ({ startAngle, endAngle, outerRadius, innerRadius, center, fill, animationProgress, largeArcFlag, delay, }: AnimatedInnerPathProps) => React.JSX.Element;
export default AnimatedInnerPath;
