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