import { SpacerProps } from './types'; export declare const Spacer: (props: SpacerProps) => any;