export declare const tokens: { fontFamily: string; fontStyle: string; fontSize: string; fontWeight: string; letterSpacing: string; lineHeight: string; descriptionFontFamily: string; descriptionFontStyle: string; descriptionFontSize: string; descriptionFontWeight: string; descriptionLetterSpacing: string; descriptionLineHeight: string; labelColor: string; labelOffset: string; descriptionColor: string; descriptionOffset: string; descriptionMaxLines: string; /** Прозрачность для всего компонента в состоянии disabled */ disabledOpacity: string; verticalGap: string; trackWidth: string; trackHeight: string; trackBorderWidthOn: string; trackBorderWidthOff: string; trackBorderColorOn: string; trackBorderColorOnHover: string; trackBorderColorOff: string; trackBorderColorOffHover: string; trackBorderRadius: string; trackBackgroundColorOn: string; trackBackgroundColorOnHover: string; trackBackgroundColorOff: string; trackBackgroundColorOffHover: string; trackFocusColor: string; thumbSize: string; thumbOffsetOn: string; thumbOffsetOff: string; thumbBorderRadius: string; thumbBorderColorOff: string; thumbBorderColorOn: string; thumbBorderWidth: string; thumbPressScale: string; thumbBackgroundColorOn: string; thumbBackgroundColorOff: string; thumbBoxShadow: string; thumbBoxShadowOn: string; labelOffsetPrivate: string; }; export declare const classes: { beforeSwitchLabelPosition: string; afterSwitchLabelPosition: string; singleLine: string; }; //# sourceMappingURL=Switch.tokens.d.ts.map