import { OnInit, EventEmitter } from '@angular/core'; import { MediaInterface } from '../../interfaces'; export declare class WebsiteTenuredProfessorComponent implements OnInit { identifier: any; teacher: any; columnsContent: any; module: any; page: EventEmitter; anchorCustom: EventEmitter; professorTitle: any; directorTitle: any; defaultClass: string; medias: MediaInterface[]; constructor(); ngOnInit(): void; }