import React from 'react'; /** CheckURL purpose is to open the buy bond modal ONLY IF a user has opened the site with a custom URL */ declare const CheckUrl: () => React.JSX.Element; export default CheckUrl;