import { ElementRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropdownContentComponent { elementRef: ElementRef; dropdownContent: TemplateRef; left: number; top: number; visible: boolean; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }