export declare const useCoolMode: (imageUrl: string | (() => Promise<string>)) => import("react").RefObject<HTMLElement | null>;
