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