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