import * as i0 from "@angular/core";
import * as i1 from "./dropdown";
export { NgbDropdown, NgbDropdownAnchor, NgbDropdownToggle, NgbDropdownMenu, NgbDropdownItem, NgbDropdownButtonItem, } from './dropdown';
export { NgbDropdownConfig } from './dropdown-config';
export declare class NgbDropdownModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<NgbDropdownModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgbDropdownModule, never, [typeof i1.NgbDropdown, typeof i1.NgbDropdownAnchor, typeof i1.NgbDropdownToggle, typeof i1.NgbDropdownMenu, typeof i1.NgbDropdownItem, typeof i1.NgbDropdownButtonItem], [typeof i1.NgbDropdown, typeof i1.NgbDropdownAnchor, typeof i1.NgbDropdownToggle, typeof i1.NgbDropdownMenu, typeof i1.NgbDropdownItem, typeof i1.NgbDropdownButtonItem]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgbDropdownModule>;
}
