import { SimpleChanges } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class DefaultImagePlaceholderComponent { private router; name: any; placeholderWidth?: number; placeholderHeight?: number; customClass: any; firstLetter: string; lastLetter: string; parentDivClass: any; colorCombination: string[]; isClassApplied: boolean; isempList: boolean; constructor(router: Router); ngOnInit(): void; getRandomIndex(): number; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }