import { ObjectDirective } from 'vue';
import { VLazyImgBindingValue } from './lazy-img.handler';
export type VLazyImgDirective = ObjectDirective<HTMLElement, VLazyImgBindingValue>;
declare const directive: VLazyImgDirective;
export { directive as vLazyImg };
