import { Button, MenuItem, THEME_2022 } from '@skbkontur/react-ui'; import { CSSProperties } from 'react'; import { HorizontalPaddings, Nullable, ViewMode } from './types'; import { MarkdownTheme } from '../styles/theme'; export declare const Wrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const FlexCenter: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const SplitViewMaxWidth: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const SplitViewContainer: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const SplitViewPreviewContainer: import("styled-components").StyledComponent<"div", MarkdownTheme, { textareaWidth?: React.CSSProperties['width']; }, never>; export declare const SplitViewEditContainer: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const Avatar: import("styled-components").StyledComponent<"img", MarkdownTheme, { alt: ""; }, "alt">; export declare const UserWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const DroppablePlaceholder: import("styled-components").StyledComponent<"div", MarkdownTheme, HorizontalPaddings, never>; export declare const MentionWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const MarkdownPreview: import("styled-components").StyledComponent<"div", MarkdownTheme, { width?: Nullable; } & HorizontalPaddings & { viewMode: ViewMode; }, never>; export declare const MarkdownActionsWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, { width?: Nullable; } & HorizontalPaddings & { fullscreen?: boolean | undefined; }, never>; export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, { fullscreen?: boolean | undefined; }, never>; export declare const ViewModeButtonsWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const ActionsRightWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const ActionsLeftWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const MarkdownButtonWrapper: import("styled-components").StyledComponent; export declare const MarkdownButtonContentWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const MarkdownButtonIcon: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const MarkdownSymbolWrapper: import("styled-components").StyledComponent<"span", MarkdownTheme, {}, never>; export declare const MarkdownMenuItem: import("styled-components").StyledComponent; export declare const MarkdownEditorBlock: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const getMarkdownMentionStyle: (x: number, y: number) => CSSProperties; export declare const UserDescriptions: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const MentionMenuItem: import("styled-components").StyledComponent; export declare const VisuallyHidden: import("styled-components").StyledComponent<"span", MarkdownTheme, {}, never>; export declare const EmptyPreviewContainer: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const EmptyPreviewText: import("styled-components").StyledComponent<"span", MarkdownTheme, {}, never>; export declare const EmptyPreviewIconWrapper: import("styled-components").StyledComponent<"div", MarkdownTheme, {}, never>; export declare const getMarkdownReactUiTheme: (theme: MarkdownTheme, viewMode: ViewMode, reactUiTheme?: typeof THEME_2022, panelHorizontalPadding?: number, fullScreenTextareaPadding?: number, borderless?: boolean, isFullscreen?: boolean) => Readonly & { prototype?: import("@skbkontur/react-ui/cjs/internal/themes/DefaultTheme").DefaultTheme | undefined; fontFamilyCompensationBaseline?: string | undefined; labGrotesqueBaselineCompensation?: string | undefined; brandXLight?: string | undefined; brandLight?: string | undefined; brand?: string | undefined; brandDark?: string | undefined; brandXDark?: string | undefined; white?: string | undefined; grayXxLight?: string | undefined; grayXLight?: string | undefined; grayLight?: string | undefined; gray?: string | undefined; grayDark?: string | undefined; black?: string | undefined; blueXxLight?: string | undefined; blueLight?: string | undefined; blue?: string | undefined; blueDark?: string | undefined; blueXDark?: string | undefined; greenXxLight?: string | undefined; green?: string | undefined; greenDark?: string | undefined; redXxLight?: string | undefined; red?: string | undefined; redDark?: string | undefined; yellowXxLight?: string | undefined; yellow?: string | undefined; yellowDark?: string | undefined; bgDefault?: string | undefined; bgSecondary?: string | undefined; bgDisabled?: string | undefined; errorMain?: string | undefined; errorSecondary?: string | undefined; errorText?: string | undefined; warningMain?: string | undefined; warningSecondary?: string | undefined; warningText?: string | undefined; borderColorFocusLight?: string | undefined; borderColorGrayDark?: string | undefined; borderColorGrayLight?: string | undefined; borderColorDisabled?: string | undefined; placeholderColor?: string | undefined; outlineColorFocus?: string | undefined; placeholderColorLight?: string | undefined; blinkColor?: string | undefined; controlBorderWidth?: string | undefined; controlOutlineWidth?: string | undefined; controlLineHeightSmall?: string | undefined; controlLineHeightMedium?: string | undefined; controlLineHeightLarge?: string | undefined; controlPaddingYSmall?: string | undefined; controlPaddingYMedium?: string | undefined; controlPaddingYLarge?: string | undefined; textColorDefault?: string | undefined; textColorInvert?: string | undefined; textColorDisabled?: string | undefined; textColorDisabledContrast?: string | undefined; fontSizeSmall?: string | undefined; fontSizeMedium?: string | undefined; fontSizeLarge?: string | undefined; fontSizeMobile?: string | undefined; lineHeightMobile?: string | undefined; specificityLevel?: string | undefined; fixedPanelShadow?: string | undefined; bgActive?: string | undefined; borderColorFocus?: string | undefined; borderColorError?: string | undefined; borderColorWarning?: string | undefined; controlHeightSmall?: string | undefined; controlHeightMedium?: string | undefined; controlHeightLarge?: string | undefined; mobileMediaQuery?: string | undefined; transitionDuration?: string | undefined; transitionTimingFunction?: string | undefined; linkColor?: string | undefined; linkActiveColor?: string | undefined; linkHoverTextDecoration?: string | undefined; linkSuccessColor?: string | undefined; linkSuccessHoverColor?: string | undefined; linkSuccessActiveColor?: string | undefined; linkDangerColor?: string | undefined; linkDangerHoverColor?: string | undefined; linkDangerActiveColor?: string | undefined; linkIconMarginRight?: string | undefined; linkIconMarginLeft?: string | undefined; linkHoverColor?: string | undefined; linkDisabledColor?: string | undefined; linkGrayedColor?: string | undefined; linkGrayedHoverColor?: string | undefined; linkGrayedActiveColor?: string | undefined; linkButtonLineHeight?: string | undefined; linkButtonPaddingX?: string | undefined; linkLineBorderBottomStyle?: string | undefined; linkLineHoverBorderBottomStyle?: string | undefined; linkLineBorderBottomWidth?: string | undefined; linkLineBorderBottomOpacity?: string | undefined; linkLineBorderBottomColor?: string | undefined; linkFocusOutlineColor?: string | undefined; linkFocusOutlineWidth?: string | undefined; linkFocusOutline?: string | undefined; tokenDisabledBg?: string | undefined; tokenTextColorDisabled?: string | undefined; tokenFontSize?: string | undefined; tokenFontSizeSmall?: string | undefined; tokenFontSizeMedium?: string | undefined; tokenFontSizeLarge?: string | undefined; tokenMarginY?: string | undefined; tokenMarginX?: string | undefined; tokenMarginYSmall?: string | undefined; tokenMarginXSmall?: string | undefined; tokenMarginYMedium?: string | undefined; tokenMarginXMedium?: string | undefined; tokenMarginYLarge?: string | undefined; tokenMarginXLarge?: string | undefined; tokenLineHeight?: string | undefined; tokenLineHeightSmall?: string | undefined; tokenLineHeightMedium?: string | undefined; tokenLineHeightLarge?: string | undefined; tokenPaddingY?: string | undefined; tokenPaddingX?: string | undefined; tokenPaddingYSmall?: string | undefined; tokenPaddingXSmall?: string | undefined; tokenPaddingYMedium?: string | undefined; tokenPaddingXMedium?: string | undefined; tokenPaddingYLarge?: string | undefined; tokenPaddingXLarge?: string | undefined; tokenMarginBeforeIcon?: string | undefined; tokenRemoveIconSize?: string | undefined; tokenRemoveIconPaddingY?: string | undefined; tokenRemoveIconPaddingX?: string | undefined; tokenRemoveIconGap?: string | undefined; tokenRemoveIconBoxSizing?: string | undefined; tokenBorderRadius?: string | undefined; tokenBorderWidth?: string | undefined; tokenBorderColorDisabled?: string | undefined; tokenDefaultIdle?: string | undefined; tokenDefaultActive?: string | undefined; tokenGrayIdle?: string | undefined; tokenGrayActive?: string | undefined; tokenBlueIdle?: string | undefined; tokenBlueActive?: string | undefined; tokenGreenIdle?: string | undefined; tokenGreenActive?: string | undefined; tokenYellowIdle?: string | undefined; tokenYellowActive?: string | undefined; tokenRedIdle?: string | undefined; tokenRedActive?: string | undefined; tokenWhite?: string | undefined; tokenBlack?: string | undefined; tokenBorderColorWarning?: string | undefined; tokenBorderColorError?: string | undefined; tokenOutlineWidth?: string | undefined; tokenLegacyTextShift?: string | undefined; tokenPaddingYDisabled?: string | undefined; tokenPaddingXDisabled?: string | undefined; tokenMarginYDisabled?: string | undefined; tokenMarginXDisabled?: string | undefined; tokenShadowDisabled?: string | undefined; tokenDefaultIdleBg?: string | undefined; tokenDefaultIdleColor?: string | undefined; tokenDefaultIdleBorderColor?: string | undefined; tokenDefaultIdleBgHover?: string | undefined; tokenDefaultIdleColorHover?: string | undefined; tokenDefaultIdleBorderColorHover?: string | undefined; tokenDefaultActiveBg?: string | undefined; tokenDefaultActiveColor?: string | undefined; tokenDefaultActiveBorderColor?: string | undefined; tokenInputLineHeight?: string | undefined; tokenInputLineHeightSmall?: string | undefined; tokenInputLineHeightMedium?: string | undefined; tokenInputLineHeightLarge?: string | undefined; tokenInputBorderColor?: string | undefined; tokenInputBorderColorHover?: string | undefined; tokenInputBorderColorFocus?: string | undefined; tokenInputBorderColorError?: string | undefined; tokenInputBorderColorWarning?: string | undefined; tokenInputBorderTopColor?: string | undefined; tokenInputBorderRadius?: string | undefined; tokenInputPlaceholderColor?: string | undefined; tokenInputPlaceholderColorLight?: string | undefined; tokenInputDisabledBg?: string | undefined; tokenInputDisabledBorderColor?: string | undefined; tokenInputBorderWidth?: string | undefined; tokenInputOutlineWidth?: string | undefined; tokenInputBg?: string | undefined; tokenInputMenuPopupBg?: string | undefined; tokenInputShadow?: string | undefined; tokenInputTextColor?: string | undefined; tokenInputTextColorDisabled?: string | undefined; tokenInputPlaceholderColorDisabled?: string | undefined; tokenInputPaddingY?: string | undefined; tokenInputPaddingX?: string | undefined; tokenInputPaddingYSmall?: string | undefined; tokenInputPaddingXSmall?: string | undefined; tokenInputPaddingYMedium?: string | undefined; tokenInputPaddingXMedium?: string | undefined; tokenInputPaddingYLarge?: string | undefined; tokenInputPaddingXLarge?: string | undefined; tokenInputPopupOffset?: string | undefined; tokenInputPopupMarginSmall?: string | undefined; tokenInputPopupMarginMedium?: string | undefined; tokenInputPopupMarginLarge?: string | undefined; loaderBg?: string | undefined; loaderOpacity?: string | undefined; loaderBorderRadius?: string | undefined; btnBackgroundClip?: string | undefined; btnArrowBgImageActive?: string | undefined; btnArrowBgImageChecked?: string | undefined; btnLinkBorderRadius?: string | undefined; btnFocusShadowWidth?: string | undefined; btnBorderColorTransition?: string | undefined; btnDisabledBorderColor: string; btnCheckedBg?: string | undefined; btnCheckedDisabledBg?: string | undefined; btnCheckedDisabledColor?: string | undefined; btnCheckedTextColor?: string | undefined; btnCheckedDisabledBorderColor?: string | undefined; btnCheckedShadow?: string | undefined; btnCheckedDisabledShadow?: string | undefined; btnBorderRadiusSmall?: string | undefined; btnBorderRadiusMedium?: string | undefined; btnBorderRadiusLarge?: string | undefined; btnBorderWidth?: string | undefined; btnInsetWidth?: string | undefined; btnOutlineWidth?: string | undefined; btnPaddingXSmall?: string | undefined; btnPaddingXMedium?: string | undefined; btnPaddingXLarge?: string | undefined; btnIconGapSmall?: string | undefined; btnIconGapSmallLeft?: string | undefined; btnIconGapSmallRight?: string | undefined; btnIconGapMedium?: string | undefined; btnIconGapMediumLeft?: string | undefined; btnIconGapMediumRight?: string | undefined; btnIconGapLarge?: string | undefined; btnIconGapLargeLeft?: string | undefined; btnIconGapLargeRight?: string | undefined; btnIconSizeSmall?: string | undefined; btnIconSizeMedium?: string | undefined; btnIconSizeLarge?: string | undefined; btnDefaultBg: string; btnDefaultBgStart?: string | undefined; btnDefaultBgEnd?: string | undefined; btnDefaultCheckedBorderColor?: string | undefined; btnDefaultTextColor?: string | undefined; btnDefaultHoverBg: string | undefined; btnDefaultHoverBgStart?: string | undefined; btnDefaultHoverBgEnd?: string | undefined; btnDefaultActiveBg?: string | undefined; btnDefaultHoverBorderColor?: string | undefined; btnDefaultHoverBorderBottomColor?: string | undefined; btnDefaultHoverTextColor?: string | undefined; btnDefaultActiveBorderColor: string; btnDefaultActiveBorderTopColor?: string | undefined; btnDefaultBorderColor?: string | undefined; btnDefaultBorderBottomColor?: string | undefined; btnDefaultActiveShadow?: string | undefined; btnSuccessBg?: string | undefined; btnSuccessHoverBg?: string | undefined; btnSuccessHoverBorderColor?: string | undefined; btnSuccessHoverBorderBottomColor?: string | undefined; btnSuccessHoverTextColor?: string | undefined; btnSuccessBorderColor?: string | undefined; btnSuccessBorderBottomColor?: string | undefined; btnSuccessBgStart?: string | undefined; btnSuccessBgEnd?: string | undefined; btnSuccessTextColor?: string | undefined; btnSuccessHoverBgStart?: string | undefined; btnSuccessHoverBgEnd?: string | undefined; btnSuccessActiveBg?: string | undefined; btnSuccessActiveBorderColor?: string | undefined; btnSuccessActiveBorderTopColor?: string | undefined; btnSuccessActiveShadow?: string | undefined; btnPrimaryBg?: string | undefined; btnPrimaryHoverBg?: string | undefined; btnPrimaryHoverBorderColor?: string | undefined; btnPrimaryHoverBorderBottomColor?: string | undefined; btnPrimaryHoverTextColor?: string | undefined; btnPrimaryBorderColor?: string | undefined; btnPrimaryBorderBottomColor?: string | undefined; btnPrimaryBgStart?: string | undefined; btnPrimaryBgEnd?: string | undefined; btnPrimaryTextColor?: string | undefined; btnPrimaryHoverBgStart?: string | undefined; btnPrimaryHoverBgEnd?: string | undefined; btnPrimaryActiveBg?: string | undefined; btnPrimaryActiveBorderColor?: string | undefined; btnPrimaryActiveBorderTopColor?: string | undefined; btnPrimaryActiveShadow?: string | undefined; btnDangerBg?: string | undefined; btnDangerHoverBg?: string | undefined; btnDangerHoverBorderColor?: string | undefined; btnDangerHoverBorderBottomColor?: string | undefined; btnDangerHoverTextColor?: string | undefined; btnDangerBorderColor?: string | undefined; btnDangerBorderBottomColor?: string | undefined; btnDangerBgStart?: string | undefined; btnDangerBgEnd?: string | undefined; btnDangerTextColor?: string | undefined; btnDangerHoverBgStart?: string | undefined; btnDangerHoverBgEnd?: string | undefined; btnDangerActiveBg?: string | undefined; btnDangerActiveBorderColor?: string | undefined; btnDangerActiveBorderTopColor?: string | undefined; btnDangerActiveShadow?: string | undefined; btnPayBg?: string | undefined; btnPayHoverBg?: string | undefined; btnPayHoverBorderColor?: string | undefined; btnPayHoverBorderBottomColor?: string | undefined; btnPayHoverTextColor?: string | undefined; btnPayBorderColor?: string | undefined; btnPayBorderBottomColor?: string | undefined; btnPayBgStart?: string | undefined; btnPayBgEnd?: string | undefined; btnPayTextColor?: string | undefined; btnPayHoverBgStart?: string | undefined; btnPayHoverBgEnd?: string | undefined; btnPayActiveBg?: string | undefined; btnPayActiveBorderColor?: string | undefined; btnPayActiveBorderTopColor?: string | undefined; btnPayActiveShadow?: string | undefined; btnMenuArrowColor?: string | undefined; btnFontSizeSmall: string; btnFontSizeMedium?: string | undefined; btnFontSizeLarge?: string | undefined; btnLineHeightSmall?: string | undefined; btnLineHeightMedium?: string | undefined; btnLineHeightLarge?: string | undefined; btnPaddingYSmall?: string | undefined; btnPaddingYMedium?: string | undefined; btnPaddingYLarge?: string | undefined; btnDisabledBg: string; btnBorderColorWarning?: string | undefined; btnBorderColorError?: string | undefined; btnHeightSmall?: string | undefined; btnHeightMedium?: string | undefined; btnHeightLarge?: string | undefined; btnLinkColor?: string | undefined; btnLinkHoverColor?: string | undefined; btnLinkActiveColor?: string | undefined; btnLinkHoverTextDecoration?: string | undefined; btnLinkLineBorderBottomColor?: string | undefined; btnLinkLineBorderBottomStyle?: string | undefined; btnLinkHoverLineBorderBottomStyle?: string | undefined; btnLinkLineBorderBottomWidth?: string | undefined; btnLinkLineBorderBottomOpacity?: string | undefined; btnLinkIconMarginRight?: string | undefined; btnLinkIconMarginLeft?: string | undefined; btnErrorSecondary?: string | undefined; btnWarningSecondary?: string | undefined; btnOutlineColorFocus?: string | undefined; btnInsetColor?: string | undefined; btnBorderColorFocus?: string | undefined; btnLinkDisabledColor?: string | undefined; btnDisabledTextColor: string; btnBacklessBg?: string | undefined; btnBacklessHoverBg?: string | undefined; btnBacklessActiveBg?: string | undefined; btnBacklessBorderColor?: string | undefined; btnBacklessDisabledBorderColor?: string | undefined; btnBacklessHoverBorderColor?: string | undefined; btnBacklessHoverTextColor?: string | undefined; btnBacklessTextColor?: string | undefined; btnTextBg?: string | undefined; btnTextHoverBg?: string | undefined; btnTextActiveBg?: string | undefined; btnTextBorderColor?: string | undefined; btnTextTextColor?: string | undefined; btnTextHoverTextColor?: string | undefined; btnTextHoverBorderColor?: string | undefined; btnWithIconPaddingLeftSmall?: string | undefined; btnWithIconPaddingLeftMedium?: string | undefined; btnWithIconPaddingLeftLarge?: string | undefined; btnIconColor?: string | undefined; btnIconHoverColor?: string | undefined; btnIconDisabledColor?: string | undefined; selectDefaultBg?: string | undefined; selectPlaceholderColor?: string | undefined; selectBorderWidth: string; selectPlaceholderColorDisabled?: string | undefined; selectOutlineWidth?: string | undefined; selectLineHeightSmall: string; selectFontSizeSmall?: string | undefined; selectPaddingXSmall: string; selectPaddingYSmall?: string | undefined; selectBorderRadiusSmall?: string | undefined; selectIconGapSmall?: string | undefined; selectLineHeightMedium?: string | undefined; selectFontSizeMedium?: string | undefined; selectPaddingXMedium?: string | undefined; selectPaddingYMedium?: string | undefined; selectBorderRadiusMedium?: string | undefined; selectIconGapMedium?: string | undefined; selectLineHeightLarge?: string | undefined; selectFontSizeLarge?: string | undefined; selectPaddingXLarge?: string | undefined; selectPaddingYLarge?: string | undefined; selectBorderRadiusLarge?: string | undefined; selectIconGapLarge?: string | undefined; selectMenuArrowColor?: string | undefined; selectMenuArrowColorDisabled?: string | undefined; selectIconSizeSmall?: string | undefined; selectIconSizeMedium?: string | undefined; selectIconSizeLarge?: string | undefined; selectRootWidthMobile?: string | undefined; mobileSelectMaxWidth?: string | undefined; selectTextColorDisabled?: string | undefined; selectBgDisabled?: string | undefined; selectBorderColorDisabled?: string | undefined; selectMenuOffsetY?: string | undefined; selectBorderColorHover?: string | undefined; selectBorderColorTransition?: string | undefined; tooltipPaddingY?: string | undefined; tooltipPaddingX?: string | undefined; tooltipCloseBtnPadding?: string | undefined; tooltipCloseBtnSide?: string | undefined; tooltipCloseBtnColor?: string | undefined; tooltipCloseBtnHoverColor?: string | undefined; tooltipTextColor?: string | undefined; tooltipBg?: string | undefined; tooltipBorder?: string | undefined; tooltipBorderRadius?: string | undefined; tooltipPinOffset?: string | undefined; tooltipPinOffsetX?: string | undefined; tooltipPinOffsetY?: string | undefined; tooltipMargin?: string | undefined; tooltipPinSize?: string | undefined; tooltipFontSize?: string | undefined; tooltipLineHeight?: string | undefined; tooltipMenuPinOffset?: string | undefined; tooltipMenuMargin?: string | undefined; tooltipMenuPinSize?: string | undefined; kebabPinOffset?: string | undefined; kebabPinSize?: string | undefined; kebabMargin?: string | undefined; kebabBackground?: string | undefined; kebabBackgroundHover?: string | undefined; kebabBackgroundActive?: string | undefined; kebabBorderRadius?: string | undefined; kebabBorder?: string | undefined; kebabSizeSmall?: string | undefined; kebabSizeMedium?: string | undefined; kebabSizeLarge?: string | undefined; kebabIconSizeSmall?: string | undefined; kebabIconSizeMedium?: string | undefined; kebabIconSizeLarge?: string | undefined; kebabIconColor?: string | undefined; modalWindowShadow?: string | undefined; modalBackBg?: string | undefined; modalBg?: string | undefined; modalBackOpacity?: string | undefined; modalCloseButtonColor?: string | undefined; modalCloseButtonDisabledColor?: string | undefined; modalCloseButtonHoverColor?: string | undefined; modalCloseButtonPadding?: string | undefined; modalCloseButtonLegacyShift?: string | undefined; modalCloseButtonBottomPadding?: string | undefined; modalCloseButtonClickArea?: string | undefined; modalCloseIconSize?: string | undefined; modalCloseLegacyGap?: string | undefined; modalCloseWrapperLegacyGap?: string | undefined; modalBorderRadius?: string | undefined; modalFixedHeaderBg?: string | undefined; modalFixedHeaderShadow?: string | undefined; modalFixedHeaderBorder?: string | undefined; modalFixedFooterBorder?: string | undefined; modalFixedFooterShadow?: string | undefined; modalFixedPanelShadow?: string | undefined; modalFooterBg?: string | undefined; modalAdaptiveThreshold?: string | undefined; modalPaddingTop?: string | undefined; modalPaddingLeft?: string | undefined; modalPaddingRight?: string | undefined; modalHeaderFontSize?: string | undefined; modalHeaderFontWeight?: string | undefined; modalHeaderTextColor?: string | undefined; modalHeaderLineHeight?: string | undefined; modalHeaderPaddingBottom?: string | undefined; modalHeaderPaddingTop?: string | undefined; modalHeaderAdditionalPaddingBottom?: string | undefined; modalFixedHeaderMarginBottom?: string | undefined; modalFixedHeaderPaddingBottom?: string | undefined; modalFixedFooterPaddingTop?: string | undefined; modalFixedFooterMarginTop?: string | undefined; modalSeparatorBorderBottom?: string | undefined; modalBodyTextColor?: string | undefined; modalFooterTextColor?: string | undefined; modalBodyPaddingTop?: string | undefined; modalBodyPaddingBottom?: string | undefined; modalBodyBorderRadius?: string | undefined; modalFooterPaddingTop?: string | undefined; modalFooterPaddingBottom?: string | undefined; modalPaddingBottom?: string | undefined; modalFooterPanelPaddingTop?: string | undefined; modalFooterPanelPaddingBottom?: string | undefined; mobileModalCloseButtonRightPadding?: string | undefined; mobileModalCloseButtonTopPadding?: string | undefined; mobileModalCloseButtonClickArea?: string | undefined; mobileModalCloseIconSize?: string | undefined; mobileModalHeaderFontSize?: string | undefined; mobileModalHeaderLineHeight?: string | undefined; mobileModalHeaderPadding?: string | undefined; mobileModalBodyPadding?: string | undefined; mobileModalBodyFontSize?: string | undefined; mobileModalFooterPadding?: string | undefined; mobileModalPaddingBottom?: string | undefined; mobileModalContainerHeight?: string | undefined; mobileModalContainerMarginTop?: string | undefined; mobileModalContainerMarginRight?: string | undefined; mobileModalContainerMarginBottom?: string | undefined; mobileModalContainerMarginLeft?: string | undefined; sidePageFooterPanelBg?: string | undefined; sidePageBackingBg?: string | undefined; sidePageBackingBgOpacity?: string | undefined; sidePageCloseButtonColor?: string | undefined; sidePageCloseButtonHoverColor?: string | undefined; sidePageContainerShadow?: string | undefined; mobileSidePagePaddingLeft?: string | undefined; mobileSidePagePaddingRight?: string | undefined; mobileSidePagePaddingTop?: string | undefined; mobileSidePagePaddingBottom?: string | undefined; mobileSidePageFooterPadding?: string | undefined; sidePagePaddingLeft?: string | undefined; sidePagePaddingRight?: string | undefined; sidePagePaddingTop?: string | undefined; sidePagePaddingBottom?: string | undefined; sidePageFooterPaddingTop?: string | undefined; sidePageFooterPaddingBottom?: string | undefined; sidePageBgDefault?: string | undefined; sidePageHeaderTextColor?: string | undefined; sidePageBodyTextColor?: string | undefined; sidePageFooterTextColor?: string | undefined; sidePageHeaderFontSize?: string | undefined; sidePageHeaderLineHeight?: string | undefined; sidePageHeaderPaddingBottom?: string | undefined; sidePageHeaderPaddingTop?: string | undefined; sidePageHeaderFixedFontSize?: string | undefined; sidePageHeaderFixedLineHeight?: string | undefined; sidePageHeaderFixedPaddingY?: string | undefined; sidePageHeaderStickyOffset?: string | undefined; sidePageCloseButtonPadding?: string | undefined; mobileSidePageCloseButtonPadding?: string | undefined; sidePageCloseButtonLegacyPaddingLeft?: string | undefined; sidePageFooterPanelPaddingTop?: string | undefined; sidePageFooterPanelPaddingBottom?: string | undefined; sidePageCloseIconSize?: string | undefined; sidePageCloseButtonClickArea?: string | undefined; mobileSidePageCloseButtonClickArea?: string | undefined; sidePageFixedHeaderShadow?: string | undefined; sidePageFixedFooterShadow?: string | undefined; sidePageFixedPanelShadow?: string | undefined; mobileSidePageHeaderFontSize?: string | undefined; mobileSidePageHeaderLineHeight?: string | undefined; mobileSidePageHeaderPaddingBottom?: string | undefined; mobileSidePageHeaderPaddingTop?: string | undefined; sidePageHeaderFontWeight?: string | undefined; dateInputIconColor?: string | undefined; dateInputMaskColor?: string | undefined; dateInputComponentSelectedBgColor?: string | undefined; dateInputComponentSelectedTextColor?: string | undefined; calendarBottomSeparatorBorderColor?: string | undefined; calendarBottomSeparatorBorderWidth?: string | undefined; calendarBottomSeparatorBorder?: string | undefined; calendarBg?: string | undefined; calendarCellBg?: string | undefined; calendarCellHoverColor?: string | undefined; calendarCellActiveHoverColor?: string | undefined; calendarCellWeekendColor?: string | undefined; calendarCellTodayBorder?: string | undefined; calendarCellBorderRadius?: string | undefined; calendarCellSelectedBgColor?: string | undefined; calendarCellSelectedFontColor?: string | undefined; calendarCellSize?: string | undefined; calendarCellHeight?: string | undefined; calendarCellWidth?: string | undefined; calendarCellFontSize?: string | undefined; calendarCellLineHeight?: string | undefined; calendarMonthHeaderStickedBgColor?: string | undefined; calendarMonthTitleBorderBottomColor?: string | undefined; calendarCellHoverBgColor?: string | undefined; calendarPaddingX?: string | undefined; calendarMonthTitleLineHeight?: string | undefined; calendarMonthTitlePaddingTop?: string | undefined; calendarMonthTitlePaddingBottom?: string | undefined; calendarMonthTitleMarginX?: string | undefined; calendarMonthTitleMarginBottom?: string | undefined; calendarWrapperHeight?: string | undefined; calendarMonthMarginBottom?: string | undefined; calendarMaxMonthsToAppendOnScroll?: string | undefined; calendarGridRowSpacing?: string | undefined; dateSelectLineHeight?: string | undefined; dateSelectFontSize?: string | undefined; dateSelectFontWeight?: string | undefined; dateSelectMenuItemBgSelected?: string | undefined; dateSelectTextColorDisabled?: string | undefined; dateSelectTextColorDefault?: string | undefined; dateSelectLinkColor?: string | undefined; dateSelectPopupBoxShadow?: string | undefined; dateSelectTextColorInvert?: string | undefined; datePickerOpenBtnColor?: string | undefined; datePickerMenuOffsetY?: string | undefined; pickerBg?: string | undefined; pickerShadow?: string | undefined; pickerTodayWrapperBgColor?: string | undefined; pickerTodayWrapperBorderTop?: string | undefined; pickerTodayWrapperHoverBgColor?: string | undefined; pickerTodayWrapperFontSize?: string | undefined; pickerTodayWrapperLineHeight?: string | undefined; pickerTodayWrapperPaddingTop?: string | undefined; pickerTodayWrapperPaddingBottom?: string | undefined; pickerBorderRadius?: string | undefined; mobileCalendarPaddingX?: string | undefined; mobileCalendarCellWidth?: string | undefined; mobileCalendarCellHeight?: string | undefined; mobileCalendarCellBorderRadius?: string | undefined; mobileCalendarCellFontSize?: string | undefined; mobileCalendarGridRowSpacing?: string | undefined; mobileDateSelectFontSize?: string | undefined; mobileDateSelectLineHeight?: string | undefined; mobileCalendarWrapperHeight?: string | undefined; dateSelectMenuBg?: string | undefined; dateSelectMenuItemBgActive?: string | undefined; dateSelectMenuItemBgDisabled?: string | undefined; dateSelectMenuItemFontActive?: string | undefined; dateSelectMenuItemFontSelected?: string | undefined; dateSelectMenuItemFontDisabled?: string | undefined; pagingFontSize?: string | undefined; pagingForwardIconSize?: string | undefined; pagingForwardIconMarginTop?: string | undefined; pagingPageLinkBoxSizing?: string | undefined; pagingPageLinkPaddingX?: string | undefined; pagingPageLinkPaddingY?: string | undefined; pagingPageLinkLegacyPaddingY?: string | undefined; pagingPageLinkMinWidth?: string | undefined; pagingPageForwardLinkMarginTop?: string | undefined; pagingPageForwardLinkMarginLeft?: string | undefined; pagingPageForwardLinkPaddingRight?: string | undefined; pagingLineHeight?: string | undefined; pagingDotsColor?: string | undefined; pagingDotsPadding?: string | undefined; pagingPageLinkActiveBg?: string | undefined; pagingPageLinkDisabledActiveBg?: string | undefined; pagingPageLinkActiveColor?: string | undefined; pagingPageLinkHoverBg?: string | undefined; pagingPageLinkBorderRadius?: string | undefined; pagingPageLinkHintColor?: string | undefined; pagingPageLinkHintFontSize?: string | undefined; pagingPageLinkHintLineHeight?: string | undefined; pagingPageLinkHintMargin?: string | undefined; pagingPageLinkMargin?: string | undefined; pagingForwardLinkColor?: string | undefined; pagingForwardLinkDisabledColor?: string | undefined; pagingDotsDisabledColor?: string | undefined; hintColor: string; mobileHintColor?: string | undefined; hintFontSize: string; hintLineHeight?: string | undefined; hintMaxWidth?: string | undefined; hintPaddingY?: string | undefined; hintPaddingX?: string | undefined; hintTextAlign?: string | undefined; hintBgColor?: string | undefined; hintBorder?: string | undefined; hintBorderRadius?: string | undefined; hintPinOffset?: string | undefined; hintMargin?: string | undefined; toastFontSize?: string | undefined; toastLineHeight?: string | undefined; toastPaddingY?: string | undefined; toastPaddingX?: string | undefined; toastBorderRadius?: string | undefined; toastBorder?: string | undefined; toastTop?: string | undefined; toastBg?: string | undefined; toastColor?: string | undefined; toastLinkColor?: string | undefined; toastLinkTextDecorationHover?: string | undefined; toastLinkBgHover?: string | undefined; toastLinkBgActive?: string | undefined; toastClosePadding?: string | undefined; toastCloseColor?: string | undefined; toastCloseHoverColor?: string | undefined; toastCloseSize?: string | undefined; dropdownMenuSelectedBg?: string | undefined; dropdownMenuBorderColorTransition?: string | undefined; dropdownMenuHoverBorderColor?: string | undefined; dropdownMenuHoverBg?: string | undefined; dropdownMenuOffsetY?: string | undefined; dropdownMenuMenuOffsetY?: string | undefined; dropdownMenuMenuBoxSizing?: string | undefined; dropdownButtonBorderRadiusSmall?: string | undefined; dropdownButtonBorderRadiusMedium?: string | undefined; dropdownButtonBorderRadiusLarge?: string | undefined; dropdownDefaultBg?: string | undefined; dropdownBorderWidth: string; dropdownOutlineWidth?: string | undefined; dropdownLineHeightSmall?: string | undefined; dropdownFontSizeSmall?: string | undefined; dropdownPaddingXSmall: string; dropdownPaddingYSmall: string; dropdownIconSizeSmall?: string | undefined; dropdownLineHeightMedium?: string | undefined; dropdownFontSizeMedium?: string | undefined; dropdownPaddingXMedium?: string | undefined; dropdownPaddingYMedium?: string | undefined; dropdownIconSizeMedium?: string | undefined; dropdownLineHeightLarge?: string | undefined; dropdownFontSizeLarge?: string | undefined; dropdownPaddingXLarge?: string | undefined; dropdownPaddingYLarge?: string | undefined; dropdownIconSizeLarge?: string | undefined; dropdownBgDisabled?: string | undefined; dropdownBorderColorDisabled?: string | undefined; dropdownTextColorDisabled?: string | undefined; menuBgDefault?: string | undefined; menuBorderRadius?: string | undefined; menuBorder?: string | undefined; menuShadow?: string | undefined; menuPaddingY?: string | undefined; menuLegacyPaddingY?: string | undefined; menuScrollContainerContentWrapperPaddingY?: string | undefined; mobileMenuPaddingY?: string | undefined; mobileMenuScrollContainerContentWrapperPaddingY?: string | undefined; menuPaddingX?: string | undefined; mobileMenuPaddingX?: string | undefined; menuOffsetY?: string | undefined; menuBoxSizing?: string | undefined; menuItemTextColor?: string | undefined; menuItemSelectedBg?: string | undefined; menuItemHoverBg?: string | undefined; menuItemIconWidth?: string | undefined; menuItemIconWidthSmall?: string | undefined; menuItemIconWidthMedium?: string | undefined; menuItemIconWidthLarge?: string | undefined; menuItemIconGap?: string | undefined; menuItemIconLegacyMargin?: string | undefined; menuItemIconLegacyShift?: string | undefined; menuItemPaddingForIcon?: string | undefined; menuItemPaddingForIconSmall?: string | undefined; menuItemPaddingForIconMedium?: string | undefined; menuItemPaddingForIconLarge?: string | undefined; menuItemLineHeight?: string | undefined; menuItemLineHeightSmall?: string | undefined; menuItemLineHeightMedium?: string | undefined; menuItemLineHeightLarge?: string | undefined; menuItemFontSize?: string | undefined; menuItemFontSizeSmall?: string | undefined; menuItemFontSizeMedium?: string | undefined; menuItemFontSizeLarge?: string | undefined; menuItemPaddingX?: string | undefined; menuItemPaddingY?: string | undefined; menuItemPaddingXSmall?: string | undefined; menuItemPaddingYSmall?: string | undefined; menuItemPaddingXMedium?: string | undefined; menuItemPaddingYMedium?: string | undefined; menuItemPaddingXLarge?: string | undefined; menuItemPaddingYLarge?: string | undefined; menuItemBorderRadius?: string | undefined; menuItemLegacyPaddingX?: string | undefined; menuItemLegacyPaddingY?: string | undefined; menuItemHoverColor?: string | undefined; menuItemLinkColor?: string | undefined; menuItemCommentColor?: string | undefined; menuItemCommentOpacity?: string | undefined; menuItemCommentColorHover?: string | undefined; menuItemDisplay?: string | undefined; menuItemPaddingMobile?: string | undefined; menuItemLineHeightMobile?: string | undefined; menuItemFontSizeMobile?: string | undefined; menuItemDisabledColor?: string | undefined; menuItemDisabledBg?: string | undefined; menuMessageTextColor?: string | undefined; menuMessageBg?: string | undefined; menuMessagePaddingY?: string | undefined; menuMessagePaddingX?: string | undefined; menuMessageDisplay?: string | undefined; menuMessagePaddingMobile?: string | undefined; menuMessageLineHeight?: string | undefined; menuMessageLineHeightMobile?: string | undefined; menuMessageFontSize?: string | undefined; menuMessageFontSizeMobile?: string | undefined; menuMessageFontSizeSmall?: string | undefined; menuMessageFontSizeMedium?: string | undefined; menuMessageFontSizeLarge?: string | undefined; menuMessageLineHeightSmall?: string | undefined; menuMessageLineHeightMedium?: string | undefined; menuMessageLineHeightLarge?: string | undefined; menuItemGap?: string | undefined; menuHeaderColor?: string | undefined; menuHeaderLineHeight?: string | undefined; menuHeaderLineHeightSmall?: string | undefined; menuHeaderLineHeightMedium?: string | undefined; menuHeaderLineHeightLarge?: string | undefined; menuHeaderFontSize?: string | undefined; menuHeaderFontSizeSmall?: string | undefined; menuHeaderFontSizeMedium?: string | undefined; menuHeaderFontSizeLarge?: string | undefined; menuHeaderPaddingX?: string | undefined; menuHeaderPaddingTop?: string | undefined; menuHeaderPaddingBottom?: string | undefined; menuHeaderPaddingXSmall?: string | undefined; menuHeaderPaddingTopSmall?: string | undefined; menuHeaderPaddingBottomSmall?: string | undefined; menuHeaderPaddingXMedium?: string | undefined; menuHeaderPaddingTopMedium?: string | undefined; menuHeaderPaddingBottomMedium?: string | undefined; menuHeaderPaddingXLarge?: string | undefined; menuHeaderPaddingTopLarge?: string | undefined; menuHeaderPaddingBottomLarge?: string | undefined; menuHeaderTotalCountPaddingTopSmall?: string | undefined; menuHeaderTotalCountPaddingTopMedium?: string | undefined; menuHeaderTotalCountPaddingTopLarge?: string | undefined; menuHeaderTotalCountPaddingBottomSmall?: string | undefined; menuHeaderTotalCountPaddingBottomMedium?: string | undefined; menuHeaderTotalCountPaddingBottomLarge?: string | undefined; menuHeaderLegacyPaddingRight?: string | undefined; menuFooterColor?: string | undefined; menuFooterLineHeightSmall?: string | undefined; menuFooterLineHeightMedium?: string | undefined; menuFooterLineHeightLarge?: string | undefined; menuFooterFontSizeSmall?: string | undefined; menuFooterFontSizeMedium?: string | undefined; menuFooterFontSizeLarge?: string | undefined; menuFooterPaddingXSmall?: string | undefined; menuFooterPaddingXMedium?: string | undefined; menuFooterPaddingXLarge?: string | undefined; menuFooterPaddingTopSmall?: string | undefined; menuFooterPaddingTopMedium?: string | undefined; menuFooterPaddingTopLarge?: string | undefined; menuFooterPaddingBottomSmall?: string | undefined; menuFooterPaddingBottomMedium?: string | undefined; menuFooterPaddingBottomLarge?: string | undefined; menuFooterLegacyPaddingRight?: string | undefined; menuSeparatorBorderColor?: string | undefined; menuSeparatorMarginY?: string | undefined; menuSeparatorMarginX?: string | undefined; menuSeparatorBorderWidth?: string | undefined; mobileMenuSeparatorMarginY?: string | undefined; mobileMenuSeparatorMarginX?: string | undefined; toggleFontSize?: string | undefined; toggleLineHeight?: string | undefined; toggleLineHeightSmall?: string | undefined; toggleLineHeightMedium?: string | undefined; toggleLineHeightLarge?: string | undefined; toggleFontSizeSmall?: string | undefined; toggleFontSizeMedium?: string | undefined; toggleFontSizeLarge?: string | undefined; toggleTextColor?: string | undefined; toggleHandleActiveWidthIncrement?: string | undefined; toggleHandleBorderRadius?: string | undefined; toggleHandleBorderRadiusSmall?: string | undefined; toggleHandleBorderRadiusMedium?: string | undefined; toggleHandleBorderRadiusLarge?: string | undefined; toggleHeight?: string | undefined; toggleWidth?: string | undefined; toggleHeightSmall?: string | undefined; toggleWidthSmall?: string | undefined; toggleHeightMedium?: string | undefined; toggleWidthMedium?: string | undefined; toggleHeightLarge?: string | undefined; toggleWidthLarge?: string | undefined; toggleBorderRadius?: string | undefined; toggleBorderRadiusSmall?: string | undefined; toggleBorderRadiusMedium?: string | undefined; toggleBorderRadiusLarge?: string | undefined; toggleBg?: string | undefined; toggleCheckedBg?: string | undefined; toggleDisabledHandleBg?: string | undefined; toggleBaseBg?: string | undefined; toggleBgDisabled?: string | undefined; toggleBgDisabledChecked?: string | undefined; toggleBgHover?: string | undefined; toggleCheckedBgHover?: string | undefined; toggleBgChecked?: string | undefined; toggleBorderWidth?: string | undefined; toggleOutlineWidth?: string | undefined; toggleBorderColor?: string | undefined; toggleBorderColorDisabled?: string | undefined; toggleBorderColorDisabledChecked?: string | undefined; toggleHandleSize?: string | undefined; toggleHandleSizeSmall?: string | undefined; toggleHandleSizeMedium?: string | undefined; toggleHandleSizeLarge?: string | undefined; toggleHandleLeft?: string | undefined; toggleHandleTop?: string | undefined; toggleBgFocus?: string | undefined; toggleBgActive?: string | undefined; toggleShadowColorError?: string | undefined; toggleShadowColorWarning?: string | undefined; toggleFocusShadowColor?: string | undefined; toggleCaptionGap?: string | undefined; toggleButtonOffsetY?: string | undefined; toggleOutlineColorFocus?: string | undefined; toggleHandleBoxShadowOld?: string | undefined; toggleContainerBg?: string | undefined; toggleContainerBgHover?: string | undefined; toggleContainerBgChecked?: string | undefined; toggleContainerBgCheckedHover?: string | undefined; toggleContainerBoxShadow?: string | undefined; toggleContainerBoxShadowHover?: string | undefined; toggleContainerBoxShadowChecked?: string | undefined; toggleContainerBoxShadowCheckedHover?: string | undefined; toggleHandleBg?: string | undefined; toggleHandleBgHover?: string | undefined; toggleHandleBgChecked?: string | undefined; toggleHandleBgCheckedHover?: string | undefined; toggleHandleBoxShadow?: string | undefined; toggleHandleBoxShadowHover?: string | undefined; toggleHandleBoxShadowChecked?: string | undefined; toggleHandleBoxShadowCheckedHover?: string | undefined; toggleContainerBgDisabled?: string | undefined; toggleHandleBgDisabled?: string | undefined; toggleContainerBoxShadowDisabled?: string | undefined; toggleHandleBoxShadowDisabled?: string | undefined; toggleContainerBgDisabledChecked?: string | undefined; toggleHandleBgDisabledChecked?: string | undefined; toggleContainerBoxShadowDisabledChecked?: string | undefined; toggleHandleBoxShadowDisabledChecked?: string | undefined; popupBorder?: string | undefined; popupBorderRadius?: string | undefined; popupBorderColor?: string | undefined; popupDropShadow?: string | undefined; popupBoxShadow?: string | undefined; popupTextColor?: string | undefined; popupBackground?: string | undefined; popupPinOffset?: string | undefined; popupPinOffsetX?: string | undefined; popupPinOffsetY?: string | undefined; popupMargin?: string | undefined; popupPinSize?: string | undefined; popupMenuMenuOffsetY?: string | undefined; inputTextColor?: string | undefined; inputShadow?: string | undefined; inputBg?: string | undefined; inputIconColor?: string | undefined; inputIconColorDisabled?: string | undefined; inputFocusedIconColor?: string | undefined; inputColor?: string | undefined; inputWidth?: string | undefined; inputTextColorDisabled?: string | undefined; inputFontSizeSmall?: string | undefined; inputFontSizeMedium?: string | undefined; inputFontSizeLarge?: string | undefined; inputLineHeightSmall?: string | undefined; inputLineHeightMedium?: string | undefined; inputLineHeightLarge?: string | undefined; inputHeightSmall?: string | undefined; inputHeightMedium?: string | undefined; inputHeightLarge?: string | undefined; inputPaddingYSmall?: string | undefined; inputPaddingYMedium?: string | undefined; inputPaddingYLarge?: string | undefined; inputPaddingXSmall?: string | undefined; inputPaddingXMedium?: string | undefined; inputPaddingXLarge?: string | undefined; inputIconGapSmall?: string | undefined; inputIconGapMedium?: string | undefined; inputIconGapLarge?: string | undefined; inputIconSizeSmall?: string | undefined; inputIconSizeMedium?: string | undefined; inputIconSizeLarge?: string | undefined; inputFocusShadow?: string | undefined; inputFocusedBg?: string | undefined; inputDisabledBg?: string | undefined; inputDisabledBorderColor?: string | undefined; inputFocusOutline?: string | undefined; inputBorderWidth?: string | undefined; inputOutlineWidth?: string | undefined; inputBackgroundClip?: string | undefined; inputBorderRadiusSmall?: string | undefined; inputBorderRadiusMedium?: string | undefined; inputBorderRadiusLarge?: string | undefined; inputDisabledBackgroundClip?: string | undefined; inputBorderColor?: string | undefined; inputBorderColorHover?: string | undefined; inputBorderColorFocus?: string | undefined; inputBorderColorError?: string | undefined; inputBorderColorWarning?: string | undefined; inputBorderTopColor?: string | undefined; inputPlaceholderColor?: string | undefined; inputPlaceholderColorDisabled?: string | undefined; inputPlaceholderColorLight?: string | undefined; inputBlinkColor?: string | undefined; inputColorScheme?: string | undefined; checkboxFontSize?: string | undefined; checkboxFontSizeSmall?: string | undefined; checkboxFontSizeMedium?: string | undefined; checkboxFontSizeLarge?: string | undefined; checkboxLineHeight?: string | undefined; checkboxLineHeightSmall?: string | undefined; checkboxLineHeightMedium?: string | undefined; checkboxLineHeightLarge?: string | undefined; checkboxBoxSize?: string | undefined; checkboxBoxSizeSmall?: string | undefined; checkboxBoxSizeMedium?: string | undefined; checkboxBoxSizeLarge?: string | undefined; checkboxCaptionGap?: string | undefined; checkboxPaddingY?: string | undefined; checkboxPaddingYSmall?: string | undefined; checkboxPaddingYMedium?: string | undefined; checkboxPaddingYLarge?: string | undefined; checkboxBoxOffsetY?: string | undefined; checkboxBgStart?: string | undefined; checkboxBgEnd?: string | undefined; checkboxTextColorDefault?: string | undefined; checkboxTextColorDisabled?: string | undefined; checkboxShadowDisabled?: string | undefined; checkboxBorder?: string | undefined; checkboxBorderWidth?: string | undefined; checkboxShadow: string; checkboxShadowHover: string; checkboxCheckedColor: string; checkboxOutlineColorFocus?: string | undefined; checkboxBorderColorWarning?: string | undefined; checkboxBorderColorError?: string | undefined; checkboxCheckedHoverShadow: string; checkboxBorderRadius?: string | undefined; checkboxOutlineWidth?: string | undefined; checkboxCheckedShadow: string; checkboxCheckedActiveShadow: string; checkboxBorderColorFocus?: string | undefined; checkboxBg: string; checkboxHoverBg: string; checkboxActiveBg?: string | undefined; checkboxCheckedBg: string; checkboxBgDisabled?: string | undefined; checkboxCheckedHoverBg?: string | undefined; checkboxCheckedActiveBg?: string | undefined; checkboxShadowActive: string; textareaBg?: string | undefined; textareaColor?: string | undefined; textareaTextColorDisabled?: string | undefined; textareaPlaceholderColorLight?: string | undefined; textareaPlaceholderColor?: string | undefined; textareaPlaceholderColorDisabled?: string | undefined; textareaShadow?: string | undefined; textareaBackgroundClip?: string | undefined; textareaFontSize?: string | undefined; textareaFontSizeSmall?: string | undefined; textareaFontSizeMedium?: string | undefined; textareaFontSizeLarge?: string | undefined; textareaLineHeight?: string | undefined; textareaLineHeightSmall?: string | undefined; textareaLineHeightMedium?: string | undefined; textareaLineHeightLarge?: string | undefined; textareaBorderRadius?: string | undefined; textareaBorderWidth?: string | undefined; textareaOutlineWidth?: string | undefined; textareaMinHeight?: string | undefined; textareaMinHeightSmall?: string | undefined; textareaMinHeightMedium?: string | undefined; textareaMinHeightLarge?: string | undefined; textareaWidth?: string | undefined; textareaPaddingX?: string | undefined; textareaPaddingXSmall?: string | undefined; textareaPaddingXMedium?: string | undefined; textareaPaddingXLarge?: string | undefined; textareaPaddingY?: string | undefined; textareaPaddingYSmall?: string | undefined; textareaPaddingYMedium?: string | undefined; textareaPaddingYLarge?: string | undefined; textareaBorderColor?: string | undefined; textareaBorderTopColor?: string | undefined; textareaBorderColorFocus?: string | undefined; textareaBorderColorHover?: string | undefined; textareaBorderColorWarning?: string | undefined; textareaBorderColorError?: string | undefined; textareaDisabledBg?: string | undefined; textareaDisabledBorderColor?: string | undefined; textareaCounterColor?: string | undefined; textareaCounterBg?: string | undefined; textareaCounterErrorColor?: string | undefined; textareaCounterHelpIconColor?: string | undefined; radioBulletSize?: string | undefined; radioBulletSizeSmall?: string | undefined; radioBulletSizeMedium?: string | undefined; radioBulletSizeLarge?: string | undefined; radioOutlineWidth?: string | undefined; radioTextColor?: string | undefined; radioSize?: string | undefined; radioSizeSmall?: string | undefined; radioSizeMedium?: string | undefined; radioSizeLarge?: string | undefined; radioFontSize?: string | undefined; radioFontSizeSmall?: string | undefined; radioFontSizeMedium?: string | undefined; radioFontSizeLarge?: string | undefined; radioLineHeight?: string | undefined; radioLineHeightSmall?: string | undefined; radioLineHeightMedium?: string | undefined; radioLineHeightLarge?: string | undefined; radioCaptionGap?: string | undefined; radioPaddingY?: string | undefined; radioPaddingYSmall?: string | undefined; radioPaddingYMedium?: string | undefined; radioPaddingYLarge?: string | undefined; radioVerticalAlign?: string | undefined; radioBgImage?: string | undefined; radioBgColor?: string | undefined; radioHoverBg?: string | undefined; radioActiveBg?: string | undefined; radioBorderWidth?: string | undefined; radioBorderColor?: string | undefined; radioBoxShadow?: string | undefined; radioBorder?: string | undefined; radioBorderColorFocus?: string | undefined; radioBorderColorWarning?: string | undefined; radioBorderColorError?: string | undefined; radioHoverShadow?: string | undefined; radioActiveShadow?: string | undefined; radioFocusShadow?: string | undefined; radioCheckedBgColor?: string | undefined; radioCheckedBorderColor?: string | undefined; radioCheckedBulletColor?: string | undefined; radioCheckedHoverBgColor?: string | undefined; radioDisabledBg?: string | undefined; radioDisabledShadow?: string | undefined; radioCaptionDisplay?: string | undefined; radioBorderWidthCompensation?: string | undefined; radioCircleOffsetY?: string | undefined; radioCheckedDisabledBulletBg?: string | undefined; radioGroupLegacyItemGap?: string | undefined; tabFontSize?: string | undefined; tabFontSizeSmall?: string | undefined; tabFontSizeMedium?: string | undefined; tabFontSizeLarge?: string | undefined; tabLineHeight?: string | undefined; tabLineHeightSmall?: string | undefined; tabLineHeightMedium?: string | undefined; tabLineHeightLarge?: string | undefined; tabPaddingX?: string | undefined; tabPaddingXSmall?: string | undefined; tabPaddingXMedium?: string | undefined; tabPaddingXLarge?: string | undefined; tabsMarginX?: string | undefined; tabPaddingY?: string | undefined; tabPaddingYSmall?: string | undefined; tabPaddingYMedium?: string | undefined; tabPaddingYLarge?: string | undefined; tabBorderWidth: string; tabOutlineWidth?: string | undefined; tabTextColorDefault?: string | undefined; tabColorFocus: string; tabColorError?: string | undefined; tabColorWarning?: string | undefined; tabColorSuccess?: string | undefined; tabColorPrimary?: string | undefined; tabColorHover: string; tabColorHoverError?: string | undefined; tabColorHoverWarning?: string | undefined; tabColorHoverSuccess?: string | undefined; tabColorHoverPrimary?: string | undefined; tabIndicatorBorderRadius?: string | undefined; spinnerBgColor?: string | undefined; spinnerColor?: string | undefined; spinnerDimmedColor?: string | undefined; spinnerCaptionColor?: string | undefined; spinnerFontSizeSmall?: string | undefined; spinnerFontSizeMedium?: string | undefined; spinnerFontSizeLarge?: string | undefined; spinnerLineHeightSmall?: string | undefined; spinnerLineHeightMedium?: string | undefined; spinnerLineHeightLarge?: string | undefined; spinnerCaptionGapSmall?: string | undefined; spinnerCaptionGapMedium?: string | undefined; spinnerCaptionGapLarge?: string | undefined; spinnerCaptionMarginSmall?: string | undefined; spinnerCaptionMarginMedium?: string | undefined; spinnerCaptionMarginLarge?: string | undefined; switcherBorderRadius?: string | undefined; switcherTextColor?: string | undefined; switcherOutlineWidth?: string | undefined; switcherCaptionFontSizeSmall?: string | undefined; switcherCaptionFontSizeMedium?: string | undefined; switcherCaptionFontSizeLarge?: string | undefined; switcherCaptionLineHeightSmall?: string | undefined; switcherCaptionLineHeightMedium?: string | undefined; switcherCaptionLineHeightLarge?: string | undefined; switcherCaptionGapSmall?: string | undefined; switcherCaptionGapMedium?: string | undefined; switcherCaptionGapLarge?: string | undefined; switcherButtonPaddingXSmall?: string | undefined; switcherButtonPaddingXMedium?: string | undefined; switcherButtonPaddingXLarge?: string | undefined; switcherButtonPaddingYSmall?: string | undefined; switcherButtonPaddingYMedium?: string | undefined; switcherButtonPaddingYLarge?: string | undefined; switcherButtonLineHeightSmall?: string | undefined; switcherButtonLineHeightMedium?: string | undefined; switcherButtonLineHeightLarge?: string | undefined; switcherButtonFontSizeSmall?: string | undefined; switcherButtonFontSizeMedium?: string | undefined; switcherButtonFontSizeLarge?: string | undefined; switcherButtonBorderRadiusSmall?: string | undefined; switcherButtonBorderRadiusMedium?: string | undefined; switcherButtonBorderRadiusLarge?: string | undefined; switcherButtonBorderWidth?: string | undefined; switcherBtnDisabledBorderColor?: string | undefined; switcherButtonDisabledBorderColor?: string | undefined; switcherButtonCheckedDisabledShadow?: string | undefined; mobilePopupTopPadding?: string | undefined; mobilePopupContainerBottomPadding?: string | undefined; mobilePopupHeaderPadding?: string | undefined; mobilePopupFooterPadding?: string | undefined; mobilePopupContainerBorderRadius?: string | undefined; mobilePopupHeaderFontSize?: string | undefined; mobilePopupHeaderLineHeight?: string | undefined; mobilePopupHeaderFontWeight?: string | undefined; mobilePopupHeaderChildPadding?: string | undefined; mobilePopupOuterIndentY?: string | undefined; scrollContainerScrollBarSize?: string | undefined; scrollContainerScrollBarHoverSize?: string | undefined; scrollContainerScrollBarColor?: string | undefined; scrollContainerScrollBarInvertColor?: string | undefined; scrollContainerScrollBarOffsetY?: string | undefined; dropdownMenuScrollContainerScrollBarOffsetY?: string | undefined; passwordInputVisibilityIconColor?: string | undefined; passwordInputVisibilityIconOpacity?: string | undefined; passwordInputVisibilityIconHoverColor?: string | undefined; passwordInputVisibilityIconHoverOpacity?: string | undefined; globalLoaderColor?: string | undefined; globalLoaderHeight?: string | undefined; globalLoaderWidth?: string | undefined; globalLoaderPosition?: string | undefined; globalLoaderTop?: string | undefined; globalLoaderLeft?: string | undefined; globalLoaderBottom?: string | undefined; globalLoaderRight?: string | undefined; globalLoaderBackgroundColor?: string | undefined; globalLoaderTransitionToSpinnerDuration?: string | undefined; globalLoaderSpinnerAnimationDuration?: string | undefined; globalLoaderSlowAnimationDuration?: string | undefined; globalLoaderTransitionFromSpinnerDuration?: string | undefined; fileUploaderWidth?: string | undefined; fileUploaderBg?: string | undefined; fileUploaderUploadButtonBg?: string | undefined; fileUploaderFontSize?: string | undefined; fileUploaderPaddingXSmall?: string | undefined; fileUploaderPaddingXMedium?: string | undefined; fileUploaderPaddingXLarge?: string | undefined; fileUploaderFontSizeSmall?: string | undefined; fileUploaderFontSizeMedium?: string | undefined; fileUploaderFontSizeLarge?: string | undefined; fileUploaderLineHeight?: string | undefined; fileUploaderLineHeightSmall?: string | undefined; fileUploaderLineHeightMedium?: string | undefined; fileUploaderLineHeightLarge?: string | undefined; fileUploaderPaddingYSmall?: string | undefined; fileUploaderPaddingYMedium?: string | undefined; fileUploaderPaddingYLarge?: string | undefined; fileUploaderTextColorDefault?: string | undefined; fileUploaderPaddingX?: string | undefined; fileUploaderPaddingY?: string | undefined; fileUploaderBorderRadius?: string | undefined; fileUploaderBorderColor?: string | undefined; fileUploaderBorderWidth?: string | undefined; fileUploaderDisabledBorder?: string | undefined; fileUploaderBorderStyle?: string | undefined; fileUploaderBorderColorFocus?: string | undefined; fileUploaderLinkColor?: string | undefined; fileUploaderAfterLinkColor?: string | undefined; fileUploaderIconSize?: string | undefined; fileUploaderIconColor?: string | undefined; fileUploaderIconHoverColor?: string | undefined; fileUploaderBorderColorError?: string | undefined; fileUploaderBorderColorWarning?: string | undefined; fileUploaderDisabledBg?: string | undefined; fileUploaderDisabledBgClip?: string | undefined; fileUploaderDisabledBorderColor?: string | undefined; fileUploaderDisabledTextColor?: string | undefined; fileUploaderDisabledLinkColor?: string | undefined; fileUploaderDisabledIconColor?: string | undefined; fileUploaderLinkHoverTextDecoration?: string | undefined; fileUploaderHoveredBg?: string | undefined; fileUploaderHoveredBorderColor?: string | undefined; fileUploaderIconGapSmall?: string | undefined; fileUploaderIconGapMedium?: string | undefined; fileUploaderIconGapLarge?: string | undefined; fileUploaderDragOverBorderColor?: string | undefined; fileUploaderDragOverShadow?: string | undefined; closeBtnIconColor?: string | undefined; closeBtnIconDisabledColor?: string | undefined; closeBtnIconHoverColor?: string | undefined; closeBtnIconBorderRadius?: string | undefined; closeBtnIconFocusShadow?: string | undefined; internalMenuPaddingY?: string | undefined; autocompleteMenuOffsetY?: string | undefined; comboboxMenuOffsetY?: string | undefined; miniModalHeaderPaddingBottom?: string | undefined; miniModalBodyPaddingTop?: string | undefined; miniModalBodyPaddingBottom?: string | undefined; miniModalHeaderPaddingTop?: string | undefined; miniModalActionGap?: string | undefined; miniModalCancelIndent?: string | undefined; miniModalFooterPaddingTop?: string | undefined; miniModalFooterPaddingBottom?: string | undefined; miniModalTitleMarginTop?: string | undefined; miniModalHeightMobile?: string | undefined; miniModalMarginTopMobile?: string | undefined; miniModalMarginLeftMobile?: string | undefined; miniModalMarginRightMobile?: string | undefined; miniModalFooterPaddingMobile?: string | undefined; miniModalHeaderPaddingMobile?: string | undefined; miniModalBodyPaddingMobile?: string | undefined; validationsTextColorError?: string | undefined; validationsTextColorWarning?: string | undefined; }>;