import { DropdownDirective } from './dropdown.directive';
import * as i0 from "@angular/core";
export declare class DropdownMenuDirective {
    dropdown: DropdownDirective;
    constructor(dropdown: DropdownDirective);
    static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownMenuDirective, "[ngxDropdownMenu]", never, {}, {}, never, never, false>;
}
