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