import type { ThumbnailComponentProps } from './types'; declare const ThumbnailComponent: ({ imgIndex, updateNowImageIndex, imageSize, imageBorderRadius, imgObj, nowPage, perPage, borderColor, token, tokenHeader, requestMethod }: ThumbnailComponentProps) => JSX.Element | null; export default ThumbnailComponent;