pub(crate) fn stylex_create_theme(
theme_vars: &mut EvaluateResultValue,
variables: &EvaluateResultValue,
state: &mut StateManager,
typed_variables: &mut IndexMap<String, Rc<FlatCompiledStylesValue>>,
) -> (IndexMap<String, Rc<FlatCompiledStylesValue>>, IndexMap<String, Rc<InjectableStyleKind>>)