///
import { BrowserTypes, BrowserContextOptions } from '../typings';
export declare const useSaveScreenshot: () => {
ErrorSnackbar: import("react").FC void;
}>;
clearError: () => void;
error: string;
getUpdatingScreenshotTitle: () => string;
inProgress: boolean;
isUpdating: (browserType: BrowserTypes) => boolean;
onSuccessClose: () => void;
result: import("../api/typings").ImageDiffResult;
saveScreenShot: (browserType: BrowserTypes, title: string, base64String?: string, deviceDescriptor?: BrowserContextOptions) => Promise;
};