import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropdownComponent { private elementRef; isOpen: boolean; constructor(elementRef: ElementRef); toggle(event: Event): void; close(): void; onDocumentClick(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }