I think if you configure GA4 manually rather than inside Tag Manager, it all depends on your hard-coded event handlers in JavaScript. Gtag does not automatically set any event handlers other than the pageview event. So in your case, your site should not automatically bind any click handlers by default.
The picture I'm providing shows a setup by GTM container which has a configuration to trigger links using only a GUI. These mechanisms/tools tends to allow those who are not familiar with coding (e.g., Site Product Managers) to write any event, particularly a click event on a specific button, using CSS selectors. However, if not configured properly, it may cause unintended click handlers on all links or elements.