import { HttpService } from "../services";
import * as i0 from "@angular/core";
export declare class ImageProxyDirective {
    private http;
    src?: string;
    group: string;
    referer?: string;
    set proxy(value: string | undefined | null);
    constructor(http: HttpService);
    static ɵfac: i0.ɵɵFactoryDeclaration<ImageProxyDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ImageProxyDirective, "img[proxy]", never, { "src": "src"; "group": "group"; "referer": "referer"; "proxy": "proxy"; }, {}, never, never, false, never>;
}
