import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export interface PlaceholderRedirectPath { title: string; path: string; } export declare class EcabsEmptyPlaceholderComponent implements OnChanges { title?: string; isEmptyMessage: string; redirectPath: PlaceholderRedirectPath; srcImage: string; image: string; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }