export declare const useImageGallery: (onChange: (newSrc: string | null) => void) => { openImageGallery: (initialSrc: string | null) => void; };