import React from 'react'; import { Info, Point } from '../types'; import './index.less'; export interface ScreenshotsBackgroundRef { manualSelect: (p1: Point, p2: Point) => void; drawSelect: (windowInfo: Info & { imageUrl: string; }) => void; enterDisplayChange: (displayIndex: number) => void; } declare const _default: React.MemoExoticComponent>>; export default _default;