import { FC } from "react"; interface IProps { width?: number; height?: number; } declare let Space: FC; export default Space;