Exporting ABI from Upgradeable Contracts

Hello,
I'm just curious about any easy way to export the implementation contract's ABI from hardhat / OZ's upgrades-plugins ?
Generally I do hardhat export /path/to/export.json in normal contracts but in upgradeable case it differs.
Thank you