declare type ScrollBarWidthType = 'auto' | 'none' | 'thin'; export declare const getMsScrollBarType: (type?: string | undefined) => ScrollBarWidthType | undefined; export {};