package com.google.firebase.remoteconfig; import androidx.annotation.Keep; import com.google.firebase.components.Component; import com.google.firebase.components.ComponentRegistrar; import java.util.List; import kotlin.collections.CollectionsKt__CollectionsKt; @Keep /* loaded from: classes3.dex */ public final class FirebaseRemoteConfigKtxRegistrar implements ComponentRegistrar { @Override // com.google.firebase.components.ComponentRegistrar public List getComponents() { return CollectionsKt__CollectionsKt.emptyList(); } }