pubuse crossterm;pubmodgrapheme;// TODO: reconciliation (detecting differences between old and new grapheme trees)
pubmodrender;pubmodterminal;pubtraitWidget{/// Creates styled graphemes with the given width and height.
fncreate_graphemes(&self, width:u16, height:u16)->grapheme::StyledGraphemes;}