import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { toolbarIconColor: string; toolbarColor: string; toolbarBoxShadow: string; toolbarBorderRadius: string; overlayColor: string; }; export declare const imageLight: import("../../_mixins").Theme<"Image", { toolbarIconColor: string; toolbarColor: string; toolbarBoxShadow: string; toolbarBorderRadius: string; overlayColor: string; }, { Tooltip: import("../../_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: string; }, { Popover: import("../../_mixins").Theme<"Popover", { space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; }, any>; }>; }>; export type ImageTheme = typeof imageLight; export type ImageThemeVars = ReturnType;