import React from 'react'; type GalleryThumbnailsProps = { isMobile?: boolean; }; export declare function GalleryThumbnails({ isMobile }: GalleryThumbnailsProps): React.JSX.Element; export {};