import { ModuleWithProviders } from '@angular/core'; export { NgbRating } from './rating'; export { NgbRatingConfig } from './rating-config'; export declare class NgbRatingModule { /** * 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; }