pub(crate) type StylesObjectMap = IndexMap<String, Rc<IndexMap<String, Rc<FlatCompiledStylesValue>>>>;
pub(crate) struct StylesObjectMap { /* private fields */ }