/**
* Gets width of user scrollbar
* @return {number}
* @example
* // How to get width of user scrollbar?
* const scrollbarWidth = getScrollBarWidth();
* console.log(scrollbarWidth); // => number
*/exportfunctiongetScrollbarWidth(): number;
//# sourceMappingURL=index.d.ts.map