/** * Helper for getting width of browser native scroll bar. * NOTE: If in server environment, returns `0`. * * @public */ export declare function getScrollBarWidth(): number; /** * Helper for getting width of browser native scroll bar asynchronously via requestAnimationFrame optimization. * NOTE: If in server environment, returns `0`. * * @public */ export declare function getScrollBarWidthAsync(): Promise; //# sourceMappingURL=get-scroll-bar-width.d.ts.map