import { SrcProps } from './types'; declare function useLightbox({ src }: { src: SrcProps; }): { images: any; }; export default useLightbox;