import React from 'react';
import { PopupRef } from '../popup';
import { TdPopconfirmProps } from './type';
export type PopconfirmProps = TdPopconfirmProps;
declare const Popconfirm: React.ForwardRefExoticComponent<TdPopconfirmProps & React.RefAttributes<PopupRef>>;
export default Popconfirm;
