// Signature format: 4.0
package androidx.fragment.compose {

  public final class AndroidFragmentKt {
    method @androidx.compose.runtime.Composable public static inline <reified T extends androidx.fragment.app.Fragment> void AndroidFragment(optional androidx.compose.ui.Modifier modifier, optional androidx.fragment.compose.FragmentState fragmentState, optional android.os.Bundle arguments, optional kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onUpdate);
    method @androidx.compose.runtime.Composable public static <T extends androidx.fragment.app.Fragment> void AndroidFragment(Class<T> clazz, optional androidx.compose.ui.Modifier modifier, optional androidx.fragment.compose.FragmentState fragmentState, optional android.os.Bundle arguments, optional kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onUpdate);
  }

  public final class FragmentKt {
    method public static androidx.compose.ui.platform.ComposeView content(androidx.fragment.app.Fragment, kotlin.jvm.functions.Function0<kotlin.Unit> content);
  }

  @androidx.compose.runtime.Stable public final class FragmentState {
    ctor public FragmentState();
    ctor public FragmentState(optional androidx.compose.runtime.MutableState<androidx.fragment.app.Fragment.SavedState?> state);
  }

  public final class FragmentStateKt {
    method @androidx.compose.runtime.Composable public static androidx.fragment.compose.FragmentState rememberFragmentState();
  }

}

