import { ReactElement } from 'react'; interface Props { width: string; usage: number; } export declare function Capacity({ width, usage }: Props): ReactElement; export {};