import { IClientConfigurationService as IConfigurationService, GroupDirection } from '../../interfaces'; export declare function preferredSideBySideGroupDirection(configurationService: IConfigurationService): GroupDirection.DOWN | GroupDirection.RIGHT;