declare type ScrollbarStyle = {
    scrollbarWidth?: string;
    scrollbarHeight?: string;
    scrollbarBorderRadius?: string;
    scrollbarBg?: string;
    scrollbarThumbBg?: string;
};
export { ScrollbarStyle };
