import { OnInit, TemplateRef } from '@angular/core';
export declare class DropdownMenuDirective implements OnInit {
    templateRef: TemplateRef<any>;
    constructor(_templateRef: TemplateRef<any>);
    ngOnInit(): void;
}
