import './Text_weight_medium.css'; import React from 'react'; export interface ITextWeightMediumProps { /** * Насыщенность текста */ weight?: 'medium'; } /** * Модификатор, отвечающий за насыщенность текста. * @param {ITextWeightMediumProps} props */ export declare const withWeightMedium: { (WrappedComponent: React.ComponentType): (props: ITextWeightMediumProps & K) => React.ReactElement React.ReactElement | null) | (new (props: any) => React.Component)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };