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