import React from 'react'; declare const ModalHandler: ({ onDismiss, bondAddress, bondChain, }: { onDismiss?: () => void; bondAddress: string; bondChain: number; }) => React.JSX.Element; export default ModalHandler;