import { OnInit } from '@angular/core'; import { TranslocoService } from '@ngneat/transloco'; import * as i0 from "@angular/core"; export declare class DialogShowValueComponent implements OnInit { data: any; private transloco; value: string; title: string; message: string; footer: string; constructor(data: any, transloco: TranslocoService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }