export interface IGroupSpacerProps {
    count: number;
}
export declare const GroupSpacer: (props: IGroupSpacerProps) => JSX.Element;
