interface ConfirmTitleProps { extraRow?: any; confirmText?: any; confirmConfig?: { title?: any; }; } declare const PopConfirmTitle: (propsData: ConfirmTitleProps) => any; export default PopConfirmTitle;