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