import { SpaceProps } from 'antd'; import type { FC } from 'react'; declare const Space: FC; export default Space;