import React from 'react'; interface Props { fixFunction?: boolean; } export declare const useFixScreenshotFileName: (props: Props) => { fixFileNames: () => void; fixFileNamesError: string; fixFileNamesInProgress: boolean; functionName: string; handleFunctionNameInput: (e: any) => void; handleHideFixScreenshotFileDialog: () => void; handleReload: () => void; handleShowFixScreenshotFileDialog: () => void; reload: boolean; setShowFixScreenshotFileDialog: React.Dispatch>; showFixScreenshotFileDialog: boolean; }; export {};