import * as i0 from "@angular/core";
import * as i1 from "./menu.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**
 * NgModule definition for the Menu component.
 */
export declare class MenuModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective], [typeof i3.CommonModule], [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
}
