import { FormTitleResolver } from '@narik/infrastructure'; import { ActivatedRouteSnapshot } from '@angular/router'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class NarikFormTitleResolver extends FormTitleResolver { private translateService; constructor(translateService: TranslateService); resolveTitle(routeSnapshot: ActivatedRouteSnapshot, path?: string): any; private getFirst; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }