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