import { TemplateRef, EventEmitter } from "@angular/core"; import { DropdownPanel } from "./dropdown-panel"; import * as i0 from "@angular/core"; export declare class DropdownComponent implements DropdownPanel { templateRef: TemplateRef; closed: EventEmitter; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }