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