stable class AlertDialogDefaults {
  stable val TonalElevation: Dp
  <runtime stability> = Stable
}
stable class ExposedDropdownMenuDefaults {
  stable val ItemContentPadding: PaddingValues
  <runtime stability> = Stable
}
stable class SearchBarDefaults {
  stable val TonalElevation: Dp
  stable val ShadowElevation: Dp
  stable val Elevation: Dp
  stable val InputFieldHeight: Dp
  <runtime stability> = Stable
}
stable class SearchBarColors {
  stable val containerColor: Color
  stable val dividerColor: Color
  stable val inputFieldColors: TextFieldColors
}
stable class TopAppBarDefaults {
  <runtime stability> = Stable
}
stable class TopAppBarState {
  stable var heightOffsetLimit$delegate: MutableFloatState
  stable var contentOffset$delegate: MutableFloatState
  stable var _heightOffset: MutableFloatState
}
stable class TopAppBarColors {
  stable val containerColor: Color
  stable val scrolledContainerColor: Color
  stable val navigationIconContentColor: Color
  stable val titleContentColor: Color
  stable val actionIconContentColor: Color
}
stable class BottomAppBarDefaults {
  stable val ContainerElevation: Dp
  stable val ContentPadding: PaddingValues
  <runtime stability> = Stable
}
stable class BadgeDefaults {
  <runtime stability> = Stable
}
stable class BottomSheetScaffoldState {
  stable val bottomSheetState: SheetState
  stable val snackbarHostState: SnackbarHostState
}
stable class ButtonDefaults {
  stable val ButtonHorizontalPadding: Dp
  stable val ButtonVerticalPadding: Dp
  stable val ContentPadding: PaddingValues
  stable val ButtonWithIconHorizontalStartPadding: Dp
  stable val ButtonWithIconContentPadding: PaddingValues
  stable val TextButtonHorizontalPadding: Dp
  stable val TextButtonContentPadding: PaddingValues
  stable val TextButtonWithIconHorizontalEndPadding: Dp
  stable val TextButtonWithIconContentPadding: PaddingValues
  stable val MinWidth: Dp
  stable val MinHeight: Dp
  stable val IconSize: Dp
  stable val IconSpacing: Dp
  <runtime stability> = Stable
}
stable class ButtonElevation {
  stable val defaultElevation: Dp
  stable val pressedElevation: Dp
  stable val focusedElevation: Dp
  stable val hoveredElevation: Dp
  stable val disabledElevation: Dp
}
stable class ButtonColors {
  stable val containerColor: Color
  stable val contentColor: Color
  stable val disabledContainerColor: Color
  stable val disabledContentColor: Color
}
stable class CardDefaults {
  <runtime stability> = Stable
}
stable class CardElevation {
  stable val defaultElevation: Dp
  stable val pressedElevation: Dp
  stable val focusedElevation: Dp
  stable val hoveredElevation: Dp
  stable val draggedElevation: Dp
  stable val disabledElevation: Dp
}
stable class CardColors {
  stable val containerColor: Color
  stable val contentColor: Color
  stable val disabledContainerColor: Color
  stable val disabledContentColor: Color
}
stable class CheckboxDefaults {
  <runtime stability> = Stable
}
stable class CheckboxColors {
  stable val checkedCheckmarkColor: Color
  stable val uncheckedCheckmarkColor: Color
  stable val checkedBoxColor: Color
  stable val uncheckedBoxColor: Color
  stable val disabledCheckedBoxColor: Color
  stable val disabledUncheckedBoxColor: Color
  stable val disabledIndeterminateBoxColor: Color
  stable val checkedBorderColor: Color
  stable val uncheckedBorderColor: Color
  stable val disabledBorderColor: Color
  stable val disabledUncheckedBorderColor: Color
  stable val disabledIndeterminateBorderColor: Color
}
stable class AssistChipDefaults {
  stable val Height: Dp
  stable val IconSize: Dp
  <runtime stability> = Stable
}
stable class FilterChipDefaults {
  stable val Height: Dp
  stable val IconSize: Dp
  <runtime stability> = Stable
}
stable class InputChipDefaults {
  stable val Height: Dp
  stable val IconSize: Dp
  stable val AvatarSize: Dp
  <runtime stability> = Stable
}
stable class SuggestionChipDefaults {
  stable val Height: Dp
  stable val IconSize: Dp
  <runtime stability> = Stable
}
stable class ChipElevation {
  stable val elevation: Dp
  stable val pressedElevation: Dp
  stable val focusedElevation: Dp
  stable val hoveredElevation: Dp
  stable val draggedElevation: Dp
  stable val disabledElevation: Dp
}
stable class SelectableChipElevation {
  stable val elevation: Dp
  stable val pressedElevation: Dp
  stable val focusedElevation: Dp
  stable val hoveredElevation: Dp
  stable val draggedElevation: Dp
  stable val disabledElevation: Dp
}
stable class ChipColors {
  stable val containerColor: Color
  stable val labelColor: Color
  stable val leadingIconContentColor: Color
  stable val trailingIconContentColor: Color
  stable val disabledContainerColor: Color
  stable val disabledLabelColor: Color
  stable val disabledLeadingIconContentColor: Color
  stable val disabledTrailingIconContentColor: Color
}
stable class SelectableChipColors {
  stable val containerColor: Color
  stable val labelColor: Color
  stable val leadingIconColor: Color
  stable val trailingIconColor: Color
  stable val disabledContainerColor: Color
  stable val disabledLabelColor: Color
  stable val disabledLeadingIconColor: Color
  stable val disabledTrailingIconColor: Color
  stable val selectedContainerColor: Color
  stable val disabledSelectedContainerColor: Color
  stable val selectedLabelColor: Color
  stable val selectedLeadingIconColor: Color
  stable val selectedTrailingIconColor: Color
}
stable class SelectableChipBorder {
  stable val borderColor: Color
  stable val selectedBorderColor: Color
  stable val disabledBorderColor: Color
  stable val disabledSelectedBorderColor: Color
  stable val borderWidth: Dp
  stable val selectedBorderWidth: Dp
}
stable class ChipBorder {
  stable val borderColor: Color
  stable val disabledBorderColor: Color
  stable val borderWidth: Dp
}
stable class ColorScheme {
  stable val primary: Color
  stable val onPrimary: Color
  stable val primaryContainer: Color
  stable val onPrimaryContainer: Color
  stable val inversePrimary: Color
  stable val secondary: Color
  stable val onSecondary: Color
  stable val secondaryContainer: Color
  stable val onSecondaryContainer: Color
  stable val tertiary: Color
  stable val onTertiary: Color
  stable val tertiaryContainer: Color
  stable val onTertiaryContainer: Color
  stable val background: Color
  stable val onBackground: Color
  stable val surface: Color
  stable val onSurface: Color
  stable val surfaceVariant: Color
  stable val onSurfaceVariant: Color
  stable val surfaceTint: Color
  stable val inverseSurface: Color
  stable val inverseOnSurface: Color
  stable val error: Color
  stable val onError: Color
  stable val errorContainer: Color
  stable val onErrorContainer: Color
  stable val outline: Color
  stable val outlineVariant: Color
  stable val scrim: Color
  stable val surfaceBright: Color
  stable val surfaceDim: Color
  stable val surfaceContainer: Color
  stable val surfaceContainerHigh: Color
  stable val surfaceContainerHighest: Color
  stable val surfaceContainerLow: Color
  stable val surfaceContainerLowest: Color
}
stable class DatePickerDefaults {
  unstable val YearRange: IntRange
  stable val TonalElevation: Dp
  stable val AllDates: SelectableDates
  stable val YearMonthSkeleton: String
  stable val YearAbbrMonthDaySkeleton: String
  stable val YearMonthWeekdayDaySkeleton: String
}
stable class DatePickerColors {
  stable val containerColor: Color
  stable val titleContentColor: Color
  stable val headlineContentColor: Color
  stable val weekdayContentColor: Color
  stable val subheadContentColor: Color
  stable val navigationContentColor: Color
  stable val yearContentColor: Color
  stable val disabledYearContentColor: Color
  stable val currentYearContentColor: Color
  stable val selectedYearContentColor: Color
  stable val disabledSelectedYearContentColor: Color
  stable val selectedYearContainerColor: Color
  stable val disabledSelectedYearContainerColor: Color
  stable val dayContentColor: Color
  stable val disabledDayContentColor: Color
  stable val selectedDayContentColor: Color
  stable val disabledSelectedDayContentColor: Color
  stable val selectedDayContainerColor: Color
  stable val disabledSelectedDayContainerColor: Color
  stable val todayContentColor: Color
  stable val todayDateBorderColor: Color
  stable val dayInSelectionRangeContainerColor: Color
  stable val dayInSelectionRangeContentColor: Color
  stable val dividerColor: Color
  stable val dateTextFieldColors: TextFieldColors
}
stable class DateRangePickerDefaults {
}
stable class DividerDefaults {
  stable val Thickness: Dp
  <runtime stability> = Stable
}
stable class FloatingActionButtonDefaults {
  stable val LargeIconSize: Dp
  <runtime stability> = Stable
}
stable class FloatingActionButtonElevation {
  stable val defaultElevation: Dp
  stable val pressedElevation: Dp
  stable val focusedElevation: Dp
  stable val hoveredElevation: Dp
}
stable class IconButtonDefaults {
  <runtime stability> = Stable
}
stable class IconButtonColors {
  stable val containerColor: Color
  stable val contentColor: Color
  stable val disabledContainerColor: Color
  stable val disabledContentColor: Color
}
stable class IconToggleButtonColors {
  stable val containerColor: Color
  stable val contentColor: Color
  stable val disabledContainerColor: Color
  stable val disabledContentColor: Color
  stable val checkedContainerColor: Color
  stable val checkedContentColor: Color
}
stable class ListItemDefaults {
  stable val Elevation: Dp
  <runtime stability> = Stable
}
stable class ListItemColors {
  stable val containerColor: Color
  stable val headlineColor: Color
  stable val leadingIconColor: Color
  stable val overlineColor: Color
  stable val supportingTextColor: Color
  stable val trailingIconColor: Color
  stable val disabledHeadlineColor: Color
  stable val disabledLeadingIconColor: Color
  stable val disabledTrailingIconColor: Color
}
stable class MaterialTheme {
  <runtime stability> = Stable
}
stable class MenuDefaults {
  stable val DropdownMenuItemContentPadding: PaddingValues
  <runtime stability> = Stable
}
stable class MenuItemColors {
  stable val textColor: Color
  stable val leadingIconColor: Color
  stable val trailingIconColor: Color
  stable val disabledTextColor: Color
  stable val disabledLeadingIconColor: Color
  stable val disabledTrailingIconColor: Color
}
stable class Horizontal {
  stable val menuAlignment: Horizontal
  stable val anchorAlignment: Horizontal
  stable val offset: Int
}
stable class Vertical {
  stable val menuAlignment: Vertical
  stable val anchorAlignment: Vertical
  stable val offset: Int
}
stable class Horizontal {
  stable val alignment: Horizontal
  stable val margin: Int
}
stable class Vertical {
  stable val alignment: Vertical
  stable val margin: Int
}
stable class NavigationBarDefaults {
  stable val Elevation: Dp
  <runtime stability> = Stable
}
stable class NavigationBarItemDefaults {
  <runtime stability> = Stable
}
stable class NavigationBarItemColors {
  stable val selectedIconColor: Color
  stable val selectedTextColor: Color
  stable val selectedIndicatorColor: Color
  stable val unselectedIconColor: Color
  stable val unselectedTextColor: Color
  stable val disabledIconColor: Color
  stable val disabledTextColor: Color
}
stable class DrawerState {
  stable val anchoredDraggableState: AnchoredDraggableState<DrawerValue>
  stable val offset: State<Float>
  stable var density$delegate: MutableState<Density?>
}
stable class DrawerDefaults {
  stable val ModalDrawerElevation: Dp
  stable val PermanentDrawerElevation: Dp
  stable val DismissibleDrawerElevation: Dp
  stable val MaximumDrawerWidth: Dp
  <runtime stability> = Stable
}
stable class NavigationDrawerItemDefaults {
  stable val ItemPadding: PaddingValues
  <runtime stability> = Stable
}
stable class NavigationRailDefaults {
  <runtime stability> = Stable
}
stable class NavigationRailItemDefaults {
  <runtime stability> = Stable
}
stable class NavigationRailItemColors {
  stable val selectedIconColor: Color
  stable val selectedTextColor: Color
  stable val selectedIndicatorColor: Color
  stable val unselectedIconColor: Color
  stable val unselectedTextColor: Color
  stable val disabledIconColor: Color
  stable val disabledTextColor: Color
}
stable class ProgressIndicatorDefaults {
  stable val CircularStrokeWidth: Dp
  stable val LinearStrokeCap: StrokeCap
  stable val CircularDeterminateStrokeCap: StrokeCap
  stable val CircularIndeterminateStrokeCap: StrokeCap
  stable val ProgressAnimationSpec: SpringSpec<Float>
  <runtime stability> = Stable
}
stable class RadioButtonDefaults {
  <runtime stability> = Stable
}
stable class RadioButtonColors {
  stable val selectedColor: Color
  stable val unselectedColor: Color
  stable val disabledSelectedColor: Color
  stable val disabledUnselectedColor: Color
}
stable class ScaffoldDefaults {
  <runtime stability> = Stable
}
stable class SegmentedButtonDefaults {
  stable val Border: SegmentedButtonBorder
  stable val IconSize: Dp
}
stable class SegmentedButtonBorder {
  stable val width: Dp
}
stable class SegmentedButtonColors {
  stable val activeContainerColor: Color
  stable val activeContentColor: Color
  stable val activeBorderColor: Color
  stable val inactiveContainerColor: Color
  stable val inactiveContentColor: Color
  stable val inactiveBorderColor: Color
  stable val disabledActiveContainerColor: Color
  stable val disabledActiveContentColor: Color
  stable val disabledActiveBorderColor: Color
  stable val disabledInactiveContainerColor: Color
  stable val disabledInactiveContentColor: Color
  stable val disabledInactiveBorderColor: Color
}
stable class Shapes {
  stable val extraSmall: CornerBasedShape
  stable val small: CornerBasedShape
  stable val medium: CornerBasedShape
  stable val large: CornerBasedShape
  stable val extraLarge: CornerBasedShape
}
stable class ShapeDefaults {
  stable val ExtraSmall: CornerBasedShape
  stable val Small: CornerBasedShape
  stable val Medium: CornerBasedShape
  stable val Large: CornerBasedShape
  stable val ExtraLarge: CornerBasedShape
  <runtime stability> = Stable
}
stable class SheetState {
  stable val skipPartiallyExpanded: Boolean
  stable val skipHiddenState: Boolean
  stable var anchoredDraggableState: AnchoredDraggableState<SheetValue>
  stable var density: Density?
}
stable class BottomSheetDefaults {
  stable val Elevation: Dp
  stable val SheetPeekHeight: Dp
  stable val SheetMaxWidth: Dp
}
stable class SliderDefaults {
}
stable class SliderColors {
  stable val thumbColor: Color
  stable val activeTrackColor: Color
  stable val activeTickColor: Color
  stable val inactiveTrackColor: Color
  stable val inactiveTickColor: Color
  stable val disabledThumbColor: Color
  stable val disabledActiveTrackColor: Color
  stable val disabledActiveTickColor: Color
  stable val disabledInactiveTrackColor: Color
  stable val disabledInactiveTickColor: Color
}
stable class SliderPositions {
  stable var activeRange$delegate: MutableState<ClosedFloatingPointRange<Float>>
  stable var tickFractions$delegate: MutableState<FloatArray>
}
stable class SliderState {
  stable val steps: Int
  stable val valueRange: ClosedFloatingPointRange<Float>
  stable var onValueChangeFinished: Function0<Unit>?
  stable var valueState$delegate: MutableFloatState
  stable var onValueChange: Function1<Float, Unit>
  unstable val tickFractions: FloatArray
  stable var totalWidth$delegate: MutableIntState
  stable var isRtl: Boolean
  stable var thumbWidth$delegate: MutableFloatState
  stable var isDragging$delegate: MutableState<Boolean>
  stable val gestureEndAction: Function0<Unit>
  stable var rawOffset$delegate: MutableFloatState
  stable var pressOffset$delegate: MutableFloatState
  unstable val dragScope: DragScope
  stable val scrollMutex: MutatorMutex
}
stable class RangeSliderState {
  stable val steps: Int
  stable val valueRange: ClosedFloatingPointRange<Float>
  stable var onValueChangeFinished: Function0<Unit>?
  stable var activeRangeStartState$delegate: MutableFloatState
  stable var activeRangeEndState$delegate: MutableFloatState
  stable var onValueChange: Function1<FloatRange, Unit>
  unstable val tickFractions: FloatArray
  stable var startThumbWidth$delegate: MutableFloatState
  stable var endThumbWidth$delegate: MutableFloatState
  stable var totalWidth$delegate: MutableIntState
  stable var rawOffsetStart$delegate: MutableFloatState
  stable var rawOffsetEnd$delegate: MutableFloatState
  stable var isRtl$delegate: MutableState<Boolean>
  stable val gestureEndAction: Function1<Boolean, Unit>
  stable var maxPx$delegate: MutableFloatState
  stable var minPx$delegate: MutableFloatState
}
stable class SnackbarDefaults {
  <runtime stability> = Stable
}
stable class SnackbarHostState {
  unstable val mutex: Mutex
  stable var currentSnackbarData$delegate: MutableState<SnackbarData?>
}
unstable class DismissState {
  stable val anchoredDraggableState: AnchoredDraggableState<DismissValue>
  stable var density: Density?
  <runtime stability> = Unstable
}
stable class SwipeToDismissDefaults {
  <runtime stability> = Stable
}
stable class SwitchDefaults {
  stable val IconSize: Dp
  <runtime stability> = Stable
}
stable class SwitchColors {
  stable val checkedThumbColor: Color
  stable val checkedTrackColor: Color
  stable val checkedBorderColor: Color
  stable val checkedIconColor: Color
  stable val uncheckedThumbColor: Color
  stable val uncheckedTrackColor: Color
  stable val uncheckedBorderColor: Color
  stable val uncheckedIconColor: Color
  stable val disabledCheckedThumbColor: Color
  stable val disabledCheckedTrackColor: Color
  stable val disabledCheckedBorderColor: Color
  stable val disabledCheckedIconColor: Color
  stable val disabledUncheckedThumbColor: Color
  stable val disabledUncheckedTrackColor: Color
  stable val disabledUncheckedBorderColor: Color
  stable val disabledUncheckedIconColor: Color
}
stable class TabPosition {
  stable val left: Dp
  stable val width: Dp
  stable val contentWidth: Dp
}
stable class TabRowDefaults {
  stable val ScrollableTabRowEdgeStartPadding: Dp
  <runtime stability> = Stable
}
stable class TextFieldDefaults {
  stable val MinHeight: Dp
  stable val MinWidth: Dp
  stable val UnfocusedIndicatorThickness: Dp
  stable val FocusedIndicatorThickness: Dp
  stable val UnfocusedBorderThickness: Dp
  stable val FocusedBorderThickness: Dp
}
stable class OutlinedTextFieldDefaults {
  stable val MinHeight: Dp
  stable val MinWidth: Dp
  stable val UnfocusedBorderThickness: Dp
  stable val FocusedBorderThickness: Dp
}
stable class TextFieldColors {
  stable val focusedTextColor: Color
  stable val unfocusedTextColor: Color
  stable val disabledTextColor: Color
  stable val errorTextColor: Color
  stable val focusedContainerColor: Color
  stable val unfocusedContainerColor: Color
  stable val disabledContainerColor: Color
  stable val errorContainerColor: Color
  stable val cursorColor: Color
  stable val errorCursorColor: Color
  stable val textSelectionColors: TextSelectionColors
  stable val focusedIndicatorColor: Color
  stable val unfocusedIndicatorColor: Color
  stable val disabledIndicatorColor: Color
  stable val errorIndicatorColor: Color
  stable val focusedLeadingIconColor: Color
  stable val unfocusedLeadingIconColor: Color
  stable val disabledLeadingIconColor: Color
  stable val errorLeadingIconColor: Color
  stable val focusedTrailingIconColor: Color
  stable val unfocusedTrailingIconColor: Color
  stable val disabledTrailingIconColor: Color
  stable val errorTrailingIconColor: Color
  stable val focusedLabelColor: Color
  stable val unfocusedLabelColor: Color
  stable val disabledLabelColor: Color
  stable val errorLabelColor: Color
  stable val focusedPlaceholderColor: Color
  stable val unfocusedPlaceholderColor: Color
  stable val disabledPlaceholderColor: Color
  stable val errorPlaceholderColor: Color
  stable val focusedSupportingTextColor: Color
  stable val unfocusedSupportingTextColor: Color
  stable val disabledSupportingTextColor: Color
  stable val errorSupportingTextColor: Color
  stable val focusedPrefixColor: Color
  stable val unfocusedPrefixColor: Color
  stable val disabledPrefixColor: Color
  stable val errorPrefixColor: Color
  stable val focusedSuffixColor: Color
  stable val unfocusedSuffixColor: Color
  stable val disabledSuffixColor: Color
  stable val errorSuffixColor: Color
}
stable class TimePickerDefaults {
}
stable class TimePickerColors {
  stable val clockDialColor: Color
  stable val selectorColor: Color
  stable val containerColor: Color
  stable val periodSelectorBorderColor: Color
  stable val clockDialSelectedContentColor: Color
  stable val clockDialUnselectedContentColor: Color
  stable val periodSelectorSelectedContainerColor: Color
  stable val periodSelectorUnselectedContainerColor: Color
  stable val periodSelectorSelectedContentColor: Color
  stable val periodSelectorUnselectedContentColor: Color
  stable val timeSelectorSelectedContainerColor: Color
  stable val timeSelectorUnselectedContainerColor: Color
  stable val timeSelectorSelectedContentColor: Color
  stable val timeSelectorUnselectedContentColor: Color
}
stable class TimePickerState {
  stable val is24hour: Boolean
  stable val selectorPos$delegate: State<DpOffset>
  stable var center$delegate: MutableState<IntOffset>
  stable var selection$delegate: MutableState<Selection>
  stable var isAfternoonToggle$delegate: MutableState<Boolean>
  stable var isInnerCircle$delegate: MutableState<Boolean>
  stable var hourAngle$delegate: MutableFloatState
  stable var minuteAngle$delegate: MutableFloatState
  stable val mutex: MutatorMutex
  stable val isAfternoon$delegate: State<Boolean>
  runtime val currentAngle: Animatable<Float, AnimationVector1D>
}
stable class TooltipDefaults {
  <runtime stability> = Stable
}
stable class RichTooltipColors {
  stable val containerColor: Color
  stable val contentColor: Color
  stable val titleContentColor: Color
  stable val actionContentColor: Color
}
stable class Typography {
  stable val displayLarge: TextStyle
  stable val displayMedium: TextStyle
  stable val displaySmall: TextStyle
  stable val headlineLarge: TextStyle
  stable val headlineMedium: TextStyle
  stable val headlineSmall: TextStyle
  stable val titleLarge: TextStyle
  stable val titleMedium: TextStyle
  stable val titleSmall: TextStyle
  stable val bodyLarge: TextStyle
  stable val bodyMedium: TextStyle
  stable val bodySmall: TextStyle
  stable val labelLarge: TextStyle
  stable val labelMedium: TextStyle
  stable val labelSmall: TextStyle
}