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