import React from 'react'; import { StackProps } from "@mui/material"; export declare type SpaceProps = StackProps; export declare const Space: React.FC;