import type { SpaceProps } from './type'; declare const Space: (props: SpaceProps) => JSX.Element; export default Space;