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