/**
 * Returns the image that is currently loaded in the editor.
 */
export declare const useGetImage: () => string | HTMLImageElement | null;
