import React from 'react'; type Props = { width?: number; height?: number; }; declare const Space: (props: Props) => React.JSX.Element; export default Space; //# sourceMappingURL=Space.d.ts.map