import type { Theme } from '../../../_mixins'; import type { ThemeCommonVars } from '../../../_styles/common'; export declare function self(vars: ThemeCommonVars): { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }; export type SafeTopScrollbarThemeVars = ReturnType; declare const safeTopScrollbarLight: Theme<'SafeTopScrollbar', SafeTopScrollbarThemeVars>; export default safeTopScrollbarLight; export type SafeTopScrollbarTheme = typeof safeTopScrollbarLight;