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