import { WinboxUIComponent } from './component' /** Scrollbar Component */ export declare class WScrollbar extends WinboxUIComponent { /** Native 'native' attribute */ native: boolean /** The wrapStyle of scrolllbar */ wrapStyle: string /** The wrapClass of scrolllbar */ wrapClass: string /** The viewStyle of scrolllbar */ viewStyle: string /** The viewClass of scrolllbar */ viewClass: string /** Whether scrollbar is noresize */ noresize: boolean /** Generated label type */ tag: string /** Whether scrollbar is light */ showScrollbar: boolean }