/// <reference types="react" />
import { SpacerProps } from './Spacer.types';
export declare const Spacer: ({}: SpacerProps) => JSX.Element;
