export declare const useLazyImg: (node: HTMLElement, { root, rootMargin, threshold }?: {
    root?: Element | Document | null;
    rootMargin?: string;
    threshold?: number | number[];
}) => {
    destroy(): void;
} | undefined;
