export declare const classes: { hasChips: string; chipsWrapper: string; hasValue: string; hasFocus: string; keepPlaceholder: string; hasEmptyContentLeft: string; hasEmptyContentRight: string; innerLabelPlacement: string; outerLabelPlacement: string; hideLabel: string; clear: string; hasDivider: string; hasHint: string; textFieldGroupItem: string; requiredAlignRight: string; inputWrapper: string; inputScrollableWrapper: string; inputTextEllipsis: string; contentRightCompensationMargin: string; readOnlyInput: string; }; export declare const privateTokens: { borderColor: string; backgroundColor: string; }; export declare const tokens: { color: string; colorFocus: string; clearColor: string; boxShadow: string; backgroundColor: string; backgroundColorHover: string; backgroundColorFocus: string; boxShadowSecondary: string; borderColor: string; borderColorHover: string; borderColorFocus: string; dividerColor: string; dividerColorHover: string; dividerColorFocus: string; dividerWidth: string; /** Цвета для read-only состояния */ colorReadOnly: string; backgroundColorReadOnly: string; borderColorReadOnly: string; placeholderColorReadOnly: string; dividerColorReadOnly: string; /** Цвет каретки */ caretColor: string; placeholderColor: string; placeholderColorFocus: string; clearPlaceholderColor: string; clearPlaceholderColorFocus: string; optionalColor: string; height: string; borderWidth: string; borderRadius: string; /** Отступ от границы ТextField */ padding: string; paddingWithChips: string; leftContentMargin: string; rightContentMargin: string; rightContentWithHintMargin: string; fontFamily: string; fontStyle: string; fontSize: string; fontWeight: string; letterSpacing: string; lineHeight: string; contentSlotColor: string; contentSlotColorHover: string; contentSlotColorActive: string; contentSlotColorFocus: string; contentSlotRightColor: string; contentSlotRightColorHover: string; contentSlotRightColorActive: string; contentSlotRightOpacityReadOnly: string; contentRightWrapperGap: string; contentRightWrapperMargin: string; /** Токены лейбла */ labelPadding: string; labelColor: string; labelColorReadOnly: string; labelOffset: string; clearLabelOffset: 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; titleCaptionColor: string; titleCaptionColorReadOnly: string; titleCaptionInnerLabelOffset: string; titleCaptionFontFamily: string; titleCaptionFontStyle: string; titleCaptionFontSize: string; titleCaptionFontWeight: string; titleCaptionLetterSpacing: string; titleCaptionLineHeight: string; leftHelperColor: string; leftHelperColorFocus: string; leftHelperColorReadOnly: string; leftHelperOffset: string; leftHelperFontFamily: string; leftHelperFontStyle: string; leftHelperFontSize: string; leftHelperFontWeight: string; leftHelperLetterSpacing: string; leftHelperLineHeight: string; /** Токены вспомогательного текста */ textBeforeColor: string; textAfterColor: string; textBeforeMargin: string; textAfterMargin: string; /** Прозрачность для всего компонента в состоянии disabled */ disabledOpacity: string; readOnlyOpacity: string; /** Токены для tooltip */ hintMargin: string; hintTargetSize: string; hintCustomIconTargetSize: string; hintIconColor: string; hintInnerLabelPlacementOffset: string; clearHintInnerLabelPlacementOffset: string; tooltipBackgroundColor: string; tooltipBoxShadow: string; tooltipColor: string; tooltipPaddingTop: string; tooltipPaddingRight: string; tooltipPaddingBottom: string; tooltipPaddingLeft: string; tooltipMinHeight: string; tooltipBorderRadius: string; tooltipTextFontFamily: string; tooltipTextFontSize: string; tooltipTextFontStyle: string; tooltipTextFontWeight: string; tooltipTextFontLetterSpacing: string; tooltipTextFontLineHeight: string; tooltipContentLeftMargin: string; tooltipArrowMaskWidth: string; tooltipArrowMaskHeight: string; tooltipArrowMaskImage: string; tooltipArrowHeight: string; tooltipArrowEdgeMargin: string; tooltipArrowBackground: string; /** Токены чипа */ chipHeight: string; chipBorderRadius: string; chipGap: string; chipMarginRight: string; chipBackground: string; chipColor: string; chipBackgroundHover: string; chipColorHover: string; chipBackgroundReadOnly: string; chipColorReadOnly: string; chipBackgroundReadOnlyHover: string; chipColorReadOnlyHover: string; chipBackgroundActive: string; chipColorActive: string; chipFocusColor: string; chipCloseIconColor: string; chipCloseIconColorHover: string; chipCloseIconColorReadonly: string; chipOutlineSize: string; chipWidth: string; chipPadding: string; chipCloseIconSize: string; chipCloseIconDisplay: string; chipFontFamily: string; chipFontSize: string; chipFontStyle: string; chipFontWeight: string; chipLetterSpacing: string; chipLineHeight: string; chipClearContentMarginLeft: string; chipClearContentMarginRight: string; chipOpacityReadonly: string; focusColor: string; indicatorColor: string; indicatorSizeInner: string; indicatorSizeOuter: string; indicatorLabelPlacementInner: string; indicatorLabelPlacementOuter: string; indicatorLabelPlacementInnerRight: string; indicatorLabelPlacementOuterRight: string; indicatorLabelPlacementHintOuterRight: string; clearIndicatorLabelPlacementInner: string; clearIndicatorLabelPlacementInnerRight: string; clearIndicatorHintInnerRight: string; }; //# sourceMappingURL=TextField.tokens.d.ts.map