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