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