import type { GalleryItemPropsWithUrl, UseFilesGalleryOptions } from "./types.js"; export declare function useFilesGallery(customFiles?: GalleryItemPropsWithUrl[], { download: getItemDownloladUrl, overrideItemProps, copyUrl: getItemCopyUrl, }?: UseFilesGalleryOptions): { openFilesGallery: (event: React.MouseEvent) => boolean; };