import { OnInit, AfterViewInit, OnDestroy, EventEmitter } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import * as i0 from "@angular/core"; export declare class HeaderTaxonBaseComponent implements OnInit, AfterViewInit, OnDestroy { bsModalRef: BsModalRef; closeModal: EventEmitter; constructor(); taxons: any[]; modal: BsModalRef; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }