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