/// import React from 'react'; import WhiteSpaceProps from './PropsType'; export default class WhiteSpace extends React.Component { static defaultProps: { prefixCls: string; size: string; }; render(): JSX.Element; }