import React from 'react'; import { ScreenshotTestTargetType } from '../../typings'; export interface ScreenshotUpdateIconProps { target: ScreenshotTestTargetType; } declare const ScreenshotUpdateIcon: React.FC; export { ScreenshotUpdateIcon };