import React from 'react';
import { StorageChartProps } from '../types/StorageTypes';
declare const StorageChart: ({ data, totalStorage, animationDuration, animationSpeed, showLegend, showEmptySpace, showPizza, title, emptySpaceTitle, }: StorageChartProps) => React.JSX.Element;
export default StorageChart;
