import Spacer from './spacer'; import { SpacerProps } from './spacer'; export type Props = SpacerProps; export default Spacer;