import { FC } from 'react'; import { SpaceProps } from './types'; /** * 间距 */ declare const Space: FC; export default Space;