export declare const classes: { errorAnimation: string; }; export declare const tokens: { /** Токены полей ввода */ textFieldColor: string; textFieldPlaceholderColorFocus: string; textFieldFocusColor: string; textFieldPlaceholderColor: string; textFieldCaretColor: string; textFieldBackgroundColor: string; textFieldBackgroundColorHover: string; textFieldBackgroundColorFocus: string; textFieldBackgroundSuccessColor: string; textFieldBackgroundSuccessColorHover: string; textFieldBackgroundSuccessColorFocus: string; textFieldBorderColor: string; textFieldBorderColorHover: string; textFieldBorderColorFocus: string; textFieldBorderColorError: string; textFieldBorderColorErrorHover: string; textFieldBorderColorErrorFocus: string; textFieldBorderColorSuccess: string; textFieldBorderColorSuccessHover: string; textFieldBorderColorSuccessFocus: string; textFieldColorReadOnly: string; textFieldBackgroundColorReadOnly: string; textFieldBorderColorReadOnly: string; textFieldPlaceholderColorReadOnly: string; textFieldReadOnlyOpacity: string; textFieldErrorColor: string; textFieldBackgroundErrorColor: string; textFieldBorderErrorColor: string; textFieldHeight: string; textFieldBorderWidth: string; textFieldBorderRadius: string; textFieldPadding: string; textFieldLeftContentMargin: string; textFieldRightContentMargin: string; textFieldFontFamily: string; textFieldFontStyle: string; textFieldFontSize: string; textFieldFontWeight: string; textFieldLetterSpacing: string; textFieldLineHeight: string; textFieldTextBeforeColor: string; textFieldTextAfterColor: string; textFieldTextBeforeMargin: string; textFieldTextAfterMargin: string; textFieldContentSlotColor: string; textFieldContentSlotColorHover: string; textFieldContentSlotColorActive: string; textFieldContentRightSlotColor: string; textFieldContentRightSlotColorHover: string; textFieldContentRightSlotColorActive: string; textFieldContentSlotRightOpacityReadOnly: string; /** Токены лейбла */ labelColor: string; labelColorReadOnly: string; labelOffset: string; labelFontFamily: string; labelFontStyle: string; labelFontSize: string; labelFontWeight: string; labelLetterSpacing: string; labelLineHeight: string; labelInnerFontFamily: string; labelInnerFontStyle: string; labelInnerFontSize: string; labelInnerFontWeight: string; labelInnerLetterSpacing: string; labelInnerLineHeight: string; labelInnerPadding: string; contentLabelInnerPadding: string; optionalColor: string; titleCaptionColor: string; titleCaptionColorReadOnly: string; titleCaptionInnerLabelOffset: string; titleCaptionFontFamily: string; titleCaptionFontStyle: string; titleCaptionFontSize: string; titleCaptionFontWeight: string; titleCaptionLetterSpacing: string; titleCaptionLineHeight: string; /** Токены индикатора */ indicatorColor: string; indicatorSize: string; indicatorSizeOuter: string; indicatorPlacement: string; indicatorPlacementRight: string; indicatorOuterPlacement: string; indicatorOuterPlacementRight: string; hintMargin: string; hintTargetSize: string; hintCustomIconTargetSize: string; hintIconColor: string; hintWithoutLabelPlacementOffset: string; hintPlacementInnerMargin: string; hintInnerLabelPlacementOffset: string; clearHintInnerLabelPlacementOffset: string; hintTooltipPaddingTop: string; hintTooltipPaddingRight: string; hintTooltipPaddingBottom: string; hintTooltipPaddingLeft: string; hintTooltipMinHeight: string; hintTooltipBackgroundColor: string; hintTooltipBoxShadow: string; hintTooltipBorderRadius: string; hintTooltipColor: string; hintTooltipTextFontFamily: string; hintTooltipTextFontSize: string; hintTooltipTextFontStyle: string; hintTooltipTextFontWeight: string; hintTooltipTextFontLetterSpacing: string; hintTooltipTextFontLineHeight: string; hintTooltipContentLeftMargin: string; hintTooltipArrowMaskWidth: string; hintTooltipArrowMaskHeight: string; hintTooltipArrowMaskImage: string; hintTooltipArrowBackground: string; hintTooltipArrowHeight: string; hintTooltipArrowEdgeMargin: string; sliderContainerOffset: string; sliderTrackHeight: string; sliderTrackBackground: string; sliderTrackBorderRadius: string; sliderProgressBackground: string; sliderThumbSize: string; sliderThumbBackground: string; sliderThumbBorderBoxShadow: string; sliderThumbBorderBoxShadowFocus: string; scaleWrapperOffset: string; scaleWrapperPaddingTop: string; scaleValueColor: string; scaleValueFontSize: string; scaleValueFontFamily: string; scaleValueFontStyle: string; scaleValueFontWeight: string; scaleValueLetterSpacing: string; scaleValueLineHeight: string; scaleTickSize: string; scaleTickDotColor: string; scaleTickDotFilledColor: string; /** Прозрачность для всего компонента в состоянии disabled */ disabledOpacity: string; }; //# sourceMappingURL=TextFieldSlider.tokens.d.ts.map