export declare function useCanLoadImage(src: string): "error" | "loading" | true;
