import { TdPopconfirmProps } from './type'; import { PropType } from 'vue'; declare const _default: { cancelBtn: { type: PropType; default: TdPopconfirmProps["cancelBtn"]; }; confirmBtn: { type: PropType; default: TdPopconfirmProps["confirmBtn"]; }; content: { type: PropType; }; default: { type: PropType; }; destroyOnClose: { type: BooleanConstructor; default: boolean; }; icon: { type: PropType; }; placement: { type: PropType; default: TdPopconfirmProps["placement"]; validator(val: TdPopconfirmProps["placement"]): boolean; }; popupProps: { type: PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; theme: { type: PropType; default: TdPopconfirmProps["theme"]; validator(val: TdPopconfirmProps["theme"]): boolean; }; triggerElement: { type: PropType; }; visible: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultVisible: BooleanConstructor; onCancel: PropType; onConfirm: PropType; onVisibleChange: PropType; }; export default _default;