import { Router } from "@angular/router"; import { OnInit } from "@angular/core"; import { Employee } from "../models/employee.model"; import * as i0 from "@angular/core"; export declare class EmployeeThumbnailComponent implements OnInit { private _router; employee: Employee; width: number; canRoute: boolean; showName: boolean; showTitle: boolean; isSideBySide: boolean; isInsideNgSelect: boolean; constructor(_router: Router); ngOnInit(): void; onClick(): void; setThumbnailWidth(): { width: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }