export declare class xX_ImgLazyLoad_Directive {
    static __defaultCfg: {
        /**
         * 1像素透明。
         *        1.参考链接：[](https://gist.github.com/huanggm/ed4fd0255fa2877001d65c307af56021)
         */
        pxTransparentImg: string;
        directiveId: string;
    };
    /**
     * 将图片插入
     */
    private static __showImage;
    /**
     * 获得一个监听器
     */
    private static __getObserver;
    static getDirective(placeholderImg: string): import("vue").DirectiveOptions;
}
//# sourceMappingURL=img-lazyLoad-d.d.ts.map