import React from 'react'; import type { GalleryProps, GalleryRef } from './Gallery.types'; declare const Gallery: React.ForwardRefExoticComponent>; export default Gallery;