import { OnInit } from '@angular/core'; import { MediaInterface } from '../../../interfaces'; export declare class TestimonyComponent implements OnInit { data: any; detailLayout: any; testimonials: object; medias: MediaInterface[]; ngOnInit(): void; }