import { FC } from 'react'; declare type Props = { gap?: number; vertical?: boolean; }; declare const Spacer: FC; export default Spacer;