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