import { ModuleWithProviders } from '@angular/core'; export { NgbButtonLabel } from './label'; export { NgbCheckBox } from './checkbox'; export { NgbRadio, NgbRadioGroup } from './radio'; export declare class NgbButtonsModule { /** * Importing with '.forRoot()' is no longer necessary, you can simply import the module. * Will be removed in 4.0.0. * * @deprecated 3.0.0 */ static forRoot(): ModuleWithProviders; }