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