/** * Vertical version of [ScrollBar], which goes from top (min) to bottom (max). * */ declare class VScrollBar extends ScrollBar { /** * Vertical version of [ScrollBar], which goes from top (min) to bottom (max). * */ new(): VScrollBar; static "new"(): VScrollBar connect>(signal: T, method: SignalFunction): number; }