import * as React from 'react'; import { IFunctionBaseWindowToolProps } from '../BaseWindowTool'; export interface IShowsnapshotContentProps extends IFunctionBaseWindowToolProps { } export declare function ShowsnapshotContent(props: IShowsnapshotContentProps): React.JSX.Element;