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