import { type vLazyImgBindingValue } from './lazy-img.handler';
declare const directive: {
    created(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
    updated(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
    unmounted(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
};
export { directive as vLazyImg };
