import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@abp/ng.core"; import * as i2 from "@abp/ng.theme.shared"; import * as i3 from "@ng-bootstrap/ng-bootstrap"; import * as i4 from "./components/feature-management/feature-management.component"; import * as i5 from "./directives/free-text-input.directive"; import * as i6 from "./components/feature-management-tab/feature-management-tab.component"; /** * @deprecated FeatureManagementModule is deprecated . * @description use `provideFeatureManagementConfig` *function* for config settings. * You can import directives and pipes directly whichs were belongs to FeatureManagementModule are switched to standalone. */ export declare class FeatureManagementModule { static forRoot(): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }