import * as React from 'react'; declare function ScreenShot(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof ScreenShot; export default ScreenShot;