import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import { Subject } from 'rxjs'; import { Direction } from '../util/direction'; import * as i0 from "@angular/core"; export declare class DropdownMenuDirective implements OnChanges { readonly _elementRef: ElementRef; click: Subject; private _innerDirection; show: boolean; direction: Direction | null; _click: (e: Event) => void; constructor(_elementRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; setDirectionClass(direction: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }