import { ButtonProps } from '../../button';
import { PopupPlacement as PopconfirmPlacement } from '../../popup';
declare type PopconfirmButton = string | ButtonProps;
export { PopconfirmButton, PopconfirmPlacement };
