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