import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./dropdown-menu.directive";
import * as i2 from "./dropdown-toggle.directive";
import * as i3 from "./dropdown.directive";
import * as i4 from "./dropdown-item.directive";
export declare class DropdownModule {
    static forRoot(config?: any): ModuleWithProviders<DropdownModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownMenuDirective, typeof i2.DropdownToggleDirective, typeof i3.DropdownDirective, typeof i4.DropdownItemDirective], never, [typeof i1.DropdownMenuDirective, typeof i2.DropdownToggleDirective, typeof i3.DropdownDirective, typeof i4.DropdownItemDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
}
