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