/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { InjectionToken } from '@angular/core'; import { NbButtonGroupComponent } from './button-group.component'; export declare const NB_BUTTON_GROUP: InjectionToken;