export declare const useSetImage: () => (image: string | HTMLImageElement) => void;
