///
import './Text_typography_body-long-m.css';
export interface ITextTypographyBodyLongMProps {
/**
* Типографика текста
*/
typography?: 'body-long-m';
}
/**
* Модификатор, отвечающий за типографику текста.
* @param {ITextTypographyBodyLongMProps} props
*/
export declare const withTypographyBodyLongM: {
(WrappedComponent: import("react").ComponentType): (props: ITextTypographyBodyLongMProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>;
__isSimple: boolean;
__blockName: string;
__mod: string;
__value: string | number | boolean | undefined;
__passToProps: boolean;
};