import { FC } from 'react'; declare const TransactionError: FC<{ error?: string; }>; export { TransactionError };