type LayoutChainStyle = "packed" | "spread" | "spread_inside";
type LayoutGravityAttr = "gravity" | "layout_gravity";
type LayoutOrientationDefault = "spread" | "percent" | "wrap";
type LayoutGravityValue = PositionDirectionValue | "center" | "center_horizontal" | "center_vertical" | "fill" | "fill_horizontal" | "fill_vertical";
type ResolutionUnit = "px" | "dp" | "sp" | "pt" | "in" | "mm";
type DependencyScopes = "compile" | "provided" | "runtime" | "test";
type DependencyVersion = [string, string, string?, number?];
type MaterialThemes = "MaterialComponents" | "Material3";
type XmlEncoding = "utf-8" | "utf-16";