export declare function getScrollbarWidthWithCSS(): number; /** * @description: Calculate scroll bar width * @param container Container used to calculate scrollbar width * @default container: document.body */ export declare function getScrollbarWidth(container?: HTMLElement): number;