import React from 'react'; export interface ThumbnailViewProps { } export declare const ThumbnailView: React.FC;