import { ElementRef } from '@angular/core'; export declare class RcImageFallbackDirective { private el; private fallback; default: string; updateUrl(): void; constructor(el: ElementRef); }