///
import './Text_typography_display-m.css';
export interface ITextTypographyDisplayMProps {
/**
* Типографика текста
*/
typography?: 'display-m';
}
/**
* Модификатор, отвечающий за типографику текста.
* @param {ITextTypographyDisplayMProps} props
*/
export declare const withTypographyDisplayM: {
(WrappedComponent: import("react").ComponentType): (props: ITextTypographyDisplayMProps & 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;
};