The selection of the «Products» value for the «Entity Type» dropdown on the backend «System» → «Export» screen leads to the exception: «Class Magento\Bundle\Model\Product\Attribute\Source\Price\Type does not exist»

How to fix:

UPDATE eav_attribute SET source_model = '' WHERE attribute_code in ('price_type', 'sku_type', 'weight_type');