///
import { ScreenshotTestTargetType } from '../typings';
export declare const useScreenshotImageDiffResults: () => {
ErrorSnackbar: import("react").FC void;
}>;
clearImageDiffError: () => void;
imageDiffTestInProgress: boolean;
storyData: import("../typings").StoryData;
storyImageDiffError: string;
testStoryScreenShots: (type: ScreenshotTestTargetType) => Promise;
};