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