import React from 'react'; import { ScreenshotInterface } from '../dialogContext/useGallery'; type Props = { screenshot: ScreenshotInterface; keyId: number | undefined; onClose: () => void; }; export declare const ScreenshotDetail: React.FC; export {};