/** * Computes the width of a scrollbar. * @param {boolean} [thin=false] Whether to get the width of a thin scrollbar. * @returns {number} The width of a scrollbar. */ export declare function getScrollbarWidth(thin?: boolean): number; //# sourceMappingURL=getScrollbarWidth.d.ts.map