import React from 'react';
import { LegendProps } from '../types/StorageTypes';
declare const Legend: ({ data, isDarkMode, showEmptySpace, totalStorage, emptySpaceTitle, unit, }: LegendProps) => React.JSX.Element;
export default Legend;
