import React from 'react';
import { AnimatedLegendItemProps } from '../types/StorageTypes';
declare const AnimatedLegendItem: ({ item, percentage, isDarkMode, animationDelay, unit, }: AnimatedLegendItemProps) => React.JSX.Element;
export default AnimatedLegendItem;
