export declare const webkitScrollbar: { '::-webkit-scrollbar': { WebkitAppearance: string; width: number; }; '::-webkit-scrollbar-thumb': { borderRadius: number; border: string; backgroundColor: string; boxShadow: string; }; };