declare namespace GorillaEngine.UI { interface Scrollable { /** * Defines the color of the background, thumb and track of the scrollbar. */ scrollbar?: { background?: string; track?: string; thumb?: string; }; } }