import React from "react";
export declare const useConfirm: (title: string, message: string) => [() => React.ReactElement, () => Promise<unknown>];
