import React from 'react'; import { TxModalProps } from './TxModal'; declare const TxSuccessfulModal: React.FC; export { TxSuccessfulModal };