import { BasicThemeClassForExtension } from '@skbkontur/react-ui/internal/themes/BasicTheme'; import type { Theme as ReactUITheme } from '@skbkontur/react-ui/lib/theming/Theme'; export declare class AddonsTheme extends BasicThemeClassForExtension { static get addonsTopBarColor(): string; static get addonsTopBarFontSize(): string; static get addonsTopBarLineHeight(): string; static addonsTopBarBg: string; static addonsTopBarShadow: string; static addonsTopBarHeight: string; static addonsTopBarPaddingX: string; static addonsTopBarPaddingY: string; static addonsTopBarMarginBottom: string; static addonsTopBarItemHeight: string; static addonsTopBarItemBorderRadius: string; static addonsTopBarItemGap: string; static addonsTopBarItemIconColor: string; static addonsTopBarItemBgHover: string; static addonsTopBarItemBgActive: string; static addonsTopBarItemPaddingY: string; static addonsTopBarItemPaddingX: string; static addonsTopBarItemMarginY: string; static addonsTopBarItemMarginX: string; static addonsTopBarItemShadowColorFocus: string; static addonsTopBarUserPaddingY: string; static addonsTopBarUserPaddingX: string; static addonsTopBarDividerBg: string; static addonsTopBarDividerHeight: string; static addonsTopBarDividerMarginX: string; static addonsTopBarAvatarSize: string; static addonsTopBarAvatarOutline: string; static addonsTopBarAvatarGap: string; static get addonsTopBarAvatarHeight(): string; static get addonsTopBarAvatarPaddingY(): string; static get addonsTopBarAvatarPaddingX(): string; static get addonsTopBarAvatarMarginY(): string; static get addonsTopBarAvatarMarginX(): string; static addonsTopBarOrganizationsCommentColor: string; static addonsTopBarOrganizationsArrowWidth: string; static addonsTopBarMenuSeparatorMarginX: string; static addonsTopBarMenuSeparatorMarginY: string; static addonsTopBarMenuSeparatorColor: string; static addonsTopBarMenuItemHoverBg: string; static addonsTopBarMenuItemHoverColor: string; static addonsTopBarMenuItemCommentColorHover: string; static addonsTopBarMenuItemPaddingX: string; static get addonsLogoBorderColorFocus(): string; static addonsLogoDividerHeight: string; static addonsLogoDividerWidth: string; static addonsLogoDividerMarginX: string; static get addonsLogoDividerBg(): string; static addonsLogoWidgetPaddingX: string; static addonsLogoButtonSize: string; static get addonsLogoButtonHeight(): string; static get addonsLogoButtonWidth(): string; static addonsLogoButtonMarginLeft: string; static addonsLogoButtonColor: string; static addonsLogoButtonColorAction: string; static addonsUserAvatarSize: string; static addonsUserAvatarBorderRadius: string; static addonsUserAvatarBorderColor: string; static addonsUserAvatarBg: string; static addonsUserAvatarBgHover: string; static addonsUserAvatarBgActive: string; static addonsUserAvatarColor: string; static addonsUserAvatarColorHover: string; static addonsUserAvatarColorActive: string; } export declare const REACT_UI_ADDONS_THEME_KEY = "__IS_REACT_UI_ADDONS_THEME__"; export declare const markAsAddonsTheme: (theme: T) => T; export declare const isAddonsTheme: (theme: ReactUITheme | AddonsTheme) => boolean; export declare const AddonsThemeInternal: typeof AddonsTheme;