import type { PreloadOptions } from '../types'; /** * 图片预加载 Hook * 使用用户提供的队列实现 */ export declare const useImagePreload: (options: PreloadOptions) => { isAdded: boolean; }; /** * 批量图片预加载 Hook * 使用用户提供的队列实现 */ export declare const useImagesPreload: (options: PreloadOptions[]) => { isAdded: boolean; }; //# sourceMappingURL=useImagePreload.d.ts.map