import { ElementRef, OnInit } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import { TranslocoService } from '@ngneat/transloco'; import { LessifyModuleConfig } from '../lessify.config'; import { LessifyLoggerService } from '../services/logger.service'; import * as i0 from "@angular/core"; export declare class TranslationDirective implements OnInit { private el; private readonly translateService; private readonly translocoService; protected readonly config: LessifyModuleConfig; private readonly logger; lessifyTransl: string; constructor(el: ElementRef, translateService: TranslateService, translocoService: TranslocoService, config: LessifyModuleConfig, logger: LessifyLoggerService); ngOnInit(): void; onClick(): void; getCurrentLanguage(): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }