declare type MsScrollBarType = 'auto' | 'none' | 'scrollbar' | '-ms-autohiding-scrollbar'; export declare const getScrollBarWidthType: (type?: string | undefined) => MsScrollBarType | undefined; export {};