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