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