import React from 'react'; export interface ScreenshotMainProps { showPanel: boolean; } declare const ScreenshotMain: React.FC; export { ScreenshotMain };