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