import { OnInit, OnDestroy } from '@angular/core'; import { DescriptorFormControl } from '../../descriptor/descriptor-form-control'; import { LovService } from '../../services/lov.service'; import * as i0 from "@angular/core"; export declare class VedraxTitleComponent implements OnInit, OnDestroy { private lovService; private subscription; descriptor: DescriptorFormControl; index: number; title: string; constructor(lovService: LovService); ngOnInit(): void; ngOnDestroy(): void; /** * Method for returning a title * @returns */ private constructTitle; /** * Method for getting a control by its key * @param key * @returns */ private getControlFromKey; /** * Helper method for getting an option * @param ctrl * @param key * @returns */ private initElementWithSelectedOption; private getValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }