import { Injector } from '@angular/core';
import { ModalComponentBaseDirective } from '../../component-base';
import * as i0 from "@angular/core";
export declare class ImgShowComponent extends ModalComponentBaseDirective {
    imgUrl: string;
    constructor(injector: Injector);
    static ɵfac: i0.ɵɵFactoryDeclaration<ImgShowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ImgShowComponent, "l-img-show", never, {}, {}, never, never>;
}
