import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }; export type DrawerThemeVars = ReturnType; declare const drawerLight: import("../../_mixins").Theme<"Drawer", { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; }>; export default drawerLight; export type DrawerTheme = typeof drawerLight;