/**
 * Returns the current actual scrollbar width.
 * For performance reasons this is memoized as the value is highly unlikely to change
 */
export declare const getScrollbarWidth: () => number;
export declare const isCssMultiLineTruncationSupported: () => boolean;
