import type { SFCWithInstall } from '../_util/interface';
import Space from './space';
type SpaceType = SFCWithInstall<typeof Space>;
export { spaceProps } from './props';
export type { SpaceProps } from './props';
export declare const FSpace: SpaceType;
export default FSpace;