import React from 'react'; type Props = { width: number; } | { height: number; }; export declare function Space(props: Props): React.JSX.Element; export {};