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