Export descriptor used by synthetic prebundle entries.
@type t() :: %Volt.JS.PrebundleEntry.Export{ all_from: String.t() | nil, default: String.t() | nil, members: [{String.t(), String.t()}] | nil, named_from: String.t() | nil, names: [String.t() | {String.t(), String.t()}] | nil }