import { PopupMethods } from './usePopup';
interface UseConfirmOptions {
    key?: string;
}
export declare function useConfirm({ key }?: UseConfirmOptions): PopupMethods;
export {};
