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