export default ExpenseAddPopup; declare function ExpenseAddPopup({ style, visible, onClose, selectedItems }: { style: any; visible: any; onClose: any; selectedItems: any; }): React.JSX.Element; import React from 'react';