import { RefObject } from 'react';
export declare const useImageLoadingStatus: (callback?: () => void) => [RefObject<HTMLImageElement>, boolean];
