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