import { TemplateRef } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; import * as i0 from "@angular/core"; export declare class DropdownComponent { parentDropdown: DropdownComponent; dropdownCSSClass: string; triggerSource: DropdownDirective; templateRef: TemplateRef; constructor(parentDropdown: DropdownComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }