import { Injector } from '@angular/core';
import { IDynamicComponentConfig, RenderComponentBase } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class RImageComponent extends RenderComponentBase {
    static KEY: string;
    constructor(injector: Injector);
    fallback: string;
    configChange(config: IDynamicComponentConfig): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<RImageComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RImageComponent, "app-r-image", never, {}, {}, never, never>;
}
