pub async fn fetch_component( component_ref: &str, allow_file_load: bool, default_config: &Config, registry_config: &HashMap<String, RegistryConfig>, ) -> Result<Vec<u8>>
Fetch an component from a reference.