import React from 'react';
import { IProps } from './interface';
declare const Wcapacity: React.FC<IProps>;
export default Wcapacity;
