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