declare const useShowConfirm: () => (message: string) => Promise<unknown>;
export default useShowConfirm;
