import React from "react"; export interface ImageProps { src?: string; } export declare const ThumbNailImage: React.FC;