import React from 'react'; type Props = { url: string; }; export declare const ScreenshotPreview: React.FC; export {};