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