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