export declare const useLibrary: () => { libraryUrl: string | null; imageFullURL: string; handleClick: () => void; };