import React from 'react'; declare function UsageMap(props: { value: (number | { val: number; color: string; })[]; label: string | React.ReactNode; colors?: [string, string, string]; width?: string | number; }): React.JSX.Element; export default UsageMap;