What is export default Export Default is used to export only one value from a file which can be a class, function, or object. The default export can be imported with any name.