@salutejs/sdds-os 0.14.0-next-insol.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-os",
3
- "version": "0.14.0-next-insol.0",
3
+ "version": "0.14.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS OS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-os"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.356.0-next-insol.0",
36
- "@salutejs/sdds-themes": "0.60.0-next-insol.0"
35
+ "@salutejs/plasma-new-hope": "0.356.0",
36
+ "@salutejs/sdds-themes": "0.60.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -57,10 +57,10 @@
57
57
  "@rollup/plugin-commonjs": "^25.0.4",
58
58
  "@rollup/plugin-node-resolve": "^15.1.0",
59
59
  "@salutejs/plasma-colors": "0.16.0",
60
- "@salutejs/plasma-core": "1.221.0-next-insol.0",
61
- "@salutejs/plasma-cy-utils": "0.151.0-next-insol.0",
62
- "@salutejs/plasma-icons": "1.233.0-next-insol.0",
63
- "@salutejs/plasma-sb-utils": "0.221.0-next-insol.0",
60
+ "@salutejs/plasma-core": "1.221.0",
61
+ "@salutejs/plasma-cy-utils": "0.151.0",
62
+ "@salutejs/plasma-icons": "1.233.0",
63
+ "@salutejs/plasma-sb-utils": "0.221.0",
64
64
  "@types/node": "16.7.13",
65
65
  "@types/react": "18.0.28",
66
66
  "@types/react-dom": "18.0.11",
@@ -108,5 +108,5 @@
108
108
  "sideEffects": [
109
109
  "*.css"
110
110
  ],
111
- "gitHead": "6ca5b7e1bcb4d2c604153fb4aa348fccc34d1cee"
111
+ "gitHead": "2abd22707c40939b851d9ad88a3e4db8842b2a4d"
112
112
  }
@@ -54,7 +54,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
54
54
  view?: string;
55
55
  helperTextView?: string;
56
56
  customIcon?: React.ReactNode;
57
- onClear?: () => void;
57
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
58
58
  } & {
59
59
  flow?: "horizontal";
60
60
  multiple?: boolean;
@@ -93,7 +93,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
93
93
  view?: string;
94
94
  helperTextView?: string;
95
95
  customIcon?: React.ReactNode;
96
- onClear?: () => void;
96
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
97
97
  } & {
98
98
  flow?: "horizontal";
99
99
  multiple?: boolean;
@@ -135,7 +135,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
135
135
  view?: string;
136
136
  helperTextView?: string;
137
137
  customIcon?: React.ReactNode;
138
- onClear?: () => void;
138
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
139
139
  } & {
140
140
  flow?: "horizontal";
141
141
  multiple?: boolean;
@@ -175,7 +175,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
175
175
  view?: string;
176
176
  helperTextView?: string;
177
177
  customIcon?: React.ReactNode;
178
- onClear?: () => void;
178
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
179
179
  } & {
180
180
  flow?: "horizontal";
181
181
  multiple?: boolean;
@@ -218,7 +218,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
218
218
  view?: string;
219
219
  helperTextView?: string;
220
220
  customIcon?: React.ReactNode;
221
- onClear?: () => void;
221
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
222
222
  } & {
223
223
  flow?: "vertical" | "auto";
224
224
  multiple?: boolean;
@@ -257,7 +257,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
257
257
  view?: string;
258
258
  helperTextView?: string;
259
259
  customIcon?: React.ReactNode;
260
- onClear?: () => void;
260
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
261
261
  } & {
262
262
  flow?: "vertical" | "auto";
263
263
  multiple?: boolean;
@@ -299,7 +299,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
299
299
  view?: string;
300
300
  helperTextView?: string;
301
301
  customIcon?: React.ReactNode;
302
- onClear?: () => void;
302
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
303
303
  } & {
304
304
  flow?: "vertical" | "auto";
305
305
  multiple?: boolean;
@@ -339,7 +339,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
339
339
  view?: string;
340
340
  helperTextView?: string;
341
341
  customIcon?: React.ReactNode;
342
- onClear?: () => void;
342
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
343
343
  } & {
344
344
  flow?: "vertical" | "auto";
345
345
  multiple?: boolean;
@@ -382,7 +382,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
382
382
  view?: string;
383
383
  helperTextView?: string;
384
384
  customIcon?: React.ReactNode;
385
- onClear?: () => void;
385
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
386
386
  } & {
387
387
  flow?: "horizontal";
388
388
  multiple?: boolean;
@@ -424,7 +424,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
424
424
  view?: string;
425
425
  helperTextView?: string;
426
426
  customIcon?: React.ReactNode;
427
- onClear?: () => void;
427
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
428
428
  } & {
429
429
  flow?: "horizontal";
430
430
  multiple?: boolean;
@@ -463,7 +463,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
463
463
  view?: string;
464
464
  helperTextView?: string;
465
465
  customIcon?: React.ReactNode;
466
- onClear?: () => void;
466
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
467
467
  } & {
468
468
  flow?: "horizontal";
469
469
  multiple?: boolean;
@@ -506,7 +506,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
506
506
  view?: string;
507
507
  helperTextView?: string;
508
508
  customIcon?: React.ReactNode;
509
- onClear?: () => void;
509
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
510
510
  } & {
511
511
  flow?: "horizontal";
512
512
  multiple?: boolean;
@@ -546,7 +546,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
546
546
  view?: string;
547
547
  helperTextView?: string;
548
548
  customIcon?: React.ReactNode;
549
- onClear?: () => void;
549
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
550
550
  } & {
551
551
  flow?: "vertical" | "auto";
552
552
  multiple?: boolean;
@@ -588,7 +588,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
588
588
  view?: string;
589
589
  helperTextView?: string;
590
590
  customIcon?: React.ReactNode;
591
- onClear?: () => void;
591
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
592
592
  } & {
593
593
  flow?: "vertical" | "auto";
594
594
  multiple?: boolean;
@@ -627,7 +627,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
627
627
  view?: string;
628
628
  helperTextView?: string;
629
629
  customIcon?: React.ReactNode;
630
- onClear?: () => void;
630
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
631
631
  } & {
632
632
  flow?: "vertical" | "auto";
633
633
  multiple?: boolean;
@@ -670,7 +670,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
670
670
  view?: string;
671
671
  helperTextView?: string;
672
672
  customIcon?: React.ReactNode;
673
- onClear?: () => void;
673
+ onClear?: (fileInfo: import("@salutejs/plasma-new-hope/types/components/Attach/Attach.types.js").FileInfo) => void;
674
674
  } & {
675
675
  flow?: "vertical" | "auto";
676
676
  multiple?: boolean;
@@ -8,13 +8,22 @@ export declare const BodyM: import("react").FunctionComponent<import("@salutejs/
8
8
  color?: string;
9
9
  size?: string;
10
10
  isNumeric?: boolean;
11
+ isItalic?: boolean;
12
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
13
+ noWrap?: boolean;
14
+ breakWord?: boolean;
15
+ color?: string;
16
+ size?: string;
17
+ isNumeric?: boolean;
18
+ isItalic?: boolean;
11
19
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
12
20
  noWrap?: boolean;
13
21
  breakWord?: boolean;
14
22
  color?: string;
15
23
  size?: string;
16
24
  isNumeric?: boolean;
17
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
25
+ isItalic?: boolean;
26
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
18
27
  export declare const BodyL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
19
28
  size: {
20
29
  l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -25,13 +34,22 @@ export declare const BodyL: import("react").FunctionComponent<import("@salutejs/
25
34
  color?: string;
26
35
  size?: string;
27
36
  isNumeric?: boolean;
37
+ isItalic?: boolean;
38
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
39
+ noWrap?: boolean;
40
+ breakWord?: boolean;
41
+ color?: string;
42
+ size?: string;
43
+ isNumeric?: boolean;
44
+ isItalic?: boolean;
28
45
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
29
46
  noWrap?: boolean;
30
47
  breakWord?: boolean;
31
48
  color?: string;
32
49
  size?: string;
33
50
  isNumeric?: boolean;
34
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
51
+ isItalic?: boolean;
52
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
35
53
  export declare const BodyS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
36
54
  size: {
37
55
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -42,13 +60,22 @@ export declare const BodyS: import("react").FunctionComponent<import("@salutejs/
42
60
  color?: string;
43
61
  size?: string;
44
62
  isNumeric?: boolean;
63
+ isItalic?: boolean;
64
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
65
+ noWrap?: boolean;
66
+ breakWord?: boolean;
67
+ color?: string;
68
+ size?: string;
69
+ isNumeric?: boolean;
70
+ isItalic?: boolean;
45
71
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
46
72
  noWrap?: boolean;
47
73
  breakWord?: boolean;
48
74
  color?: string;
49
75
  size?: string;
50
76
  isNumeric?: boolean;
51
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
77
+ isItalic?: boolean;
78
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
52
79
  export declare const BodyXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
53
80
  size: {
54
81
  xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -59,13 +86,22 @@ export declare const BodyXS: import("react").FunctionComponent<import("@salutejs
59
86
  color?: string;
60
87
  size?: string;
61
88
  isNumeric?: boolean;
89
+ isItalic?: boolean;
90
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
91
+ noWrap?: boolean;
92
+ breakWord?: boolean;
93
+ color?: string;
94
+ size?: string;
95
+ isNumeric?: boolean;
96
+ isItalic?: boolean;
62
97
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
63
98
  noWrap?: boolean;
64
99
  breakWord?: boolean;
65
100
  color?: string;
66
101
  size?: string;
67
102
  isNumeric?: boolean;
68
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
103
+ isItalic?: boolean;
104
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
69
105
  export declare const BodyXXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
70
106
  size: {
71
107
  xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -76,13 +112,22 @@ export declare const BodyXXS: import("react").FunctionComponent<import("@salutej
76
112
  color?: string;
77
113
  size?: string;
78
114
  isNumeric?: boolean;
115
+ isItalic?: boolean;
116
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
117
+ noWrap?: boolean;
118
+ breakWord?: boolean;
119
+ color?: string;
120
+ size?: string;
121
+ isNumeric?: boolean;
122
+ isItalic?: boolean;
79
123
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
80
124
  noWrap?: boolean;
81
125
  breakWord?: boolean;
82
126
  color?: string;
83
127
  size?: string;
84
128
  isNumeric?: boolean;
85
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
129
+ isItalic?: boolean;
130
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
86
131
  export declare const DsplM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
87
132
  size: {
88
133
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -93,13 +138,22 @@ export declare const DsplM: import("react").FunctionComponent<import("@salutejs/
93
138
  color?: string;
94
139
  size?: string;
95
140
  isNumeric?: boolean;
141
+ isItalic?: boolean;
142
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
143
+ noWrap?: boolean;
144
+ breakWord?: boolean;
145
+ color?: string;
146
+ size?: string;
147
+ isNumeric?: boolean;
148
+ isItalic?: boolean;
96
149
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
97
150
  noWrap?: boolean;
98
151
  breakWord?: boolean;
99
152
  color?: string;
100
153
  size?: string;
101
154
  isNumeric?: boolean;
102
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
155
+ isItalic?: boolean;
156
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
103
157
  export declare const DsplL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
104
158
  size: {
105
159
  l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -110,13 +164,22 @@ export declare const DsplL: import("react").FunctionComponent<import("@salutejs/
110
164
  color?: string;
111
165
  size?: string;
112
166
  isNumeric?: boolean;
167
+ isItalic?: boolean;
168
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
169
+ noWrap?: boolean;
170
+ breakWord?: boolean;
171
+ color?: string;
172
+ size?: string;
173
+ isNumeric?: boolean;
174
+ isItalic?: boolean;
113
175
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
114
176
  noWrap?: boolean;
115
177
  breakWord?: boolean;
116
178
  color?: string;
117
179
  size?: string;
118
180
  isNumeric?: boolean;
119
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
181
+ isItalic?: boolean;
182
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
120
183
  export declare const DsplS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
121
184
  size: {
122
185
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -127,13 +190,22 @@ export declare const DsplS: import("react").FunctionComponent<import("@salutejs/
127
190
  color?: string;
128
191
  size?: string;
129
192
  isNumeric?: boolean;
193
+ isItalic?: boolean;
194
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
195
+ noWrap?: boolean;
196
+ breakWord?: boolean;
197
+ color?: string;
198
+ size?: string;
199
+ isNumeric?: boolean;
200
+ isItalic?: boolean;
130
201
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
131
202
  noWrap?: boolean;
132
203
  breakWord?: boolean;
133
204
  color?: string;
134
205
  size?: string;
135
206
  isNumeric?: boolean;
136
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
207
+ isItalic?: boolean;
208
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
137
209
  export declare const H1: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
138
210
  size: {
139
211
  h1: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -144,13 +216,22 @@ export declare const H1: import("react").FunctionComponent<import("@salutejs/pla
144
216
  color?: string;
145
217
  size?: string;
146
218
  isNumeric?: boolean;
219
+ isItalic?: boolean;
220
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
221
+ noWrap?: boolean;
222
+ breakWord?: boolean;
223
+ color?: string;
224
+ size?: string;
225
+ isNumeric?: boolean;
226
+ isItalic?: boolean;
147
227
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
148
228
  noWrap?: boolean;
149
229
  breakWord?: boolean;
150
230
  color?: string;
151
231
  size?: string;
152
232
  isNumeric?: boolean;
153
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
233
+ isItalic?: boolean;
234
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
154
235
  export declare const H2: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
155
236
  size: {
156
237
  h2: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -161,13 +242,22 @@ export declare const H2: import("react").FunctionComponent<import("@salutejs/pla
161
242
  color?: string;
162
243
  size?: string;
163
244
  isNumeric?: boolean;
245
+ isItalic?: boolean;
246
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
247
+ noWrap?: boolean;
248
+ breakWord?: boolean;
249
+ color?: string;
250
+ size?: string;
251
+ isNumeric?: boolean;
252
+ isItalic?: boolean;
164
253
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
165
254
  noWrap?: boolean;
166
255
  breakWord?: boolean;
167
256
  color?: string;
168
257
  size?: string;
169
258
  isNumeric?: boolean;
170
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
259
+ isItalic?: boolean;
260
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
171
261
  export declare const H3: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
172
262
  size: {
173
263
  h3: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -178,13 +268,22 @@ export declare const H3: import("react").FunctionComponent<import("@salutejs/pla
178
268
  color?: string;
179
269
  size?: string;
180
270
  isNumeric?: boolean;
271
+ isItalic?: boolean;
272
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
273
+ noWrap?: boolean;
274
+ breakWord?: boolean;
275
+ color?: string;
276
+ size?: string;
277
+ isNumeric?: boolean;
278
+ isItalic?: boolean;
181
279
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
182
280
  noWrap?: boolean;
183
281
  breakWord?: boolean;
184
282
  color?: string;
185
283
  size?: string;
186
284
  isNumeric?: boolean;
187
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
285
+ isItalic?: boolean;
286
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
188
287
  export declare const H4: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
189
288
  size: {
190
289
  h4: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -195,13 +294,22 @@ export declare const H4: import("react").FunctionComponent<import("@salutejs/pla
195
294
  color?: string;
196
295
  size?: string;
197
296
  isNumeric?: boolean;
297
+ isItalic?: boolean;
298
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
299
+ noWrap?: boolean;
300
+ breakWord?: boolean;
301
+ color?: string;
302
+ size?: string;
303
+ isNumeric?: boolean;
304
+ isItalic?: boolean;
198
305
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
199
306
  noWrap?: boolean;
200
307
  breakWord?: boolean;
201
308
  color?: string;
202
309
  size?: string;
203
310
  isNumeric?: boolean;
204
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
311
+ isItalic?: boolean;
312
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
205
313
  export declare const H5: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
206
314
  size: {
207
315
  h5: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -212,13 +320,22 @@ export declare const H5: import("react").FunctionComponent<import("@salutejs/pla
212
320
  color?: string;
213
321
  size?: string;
214
322
  isNumeric?: boolean;
323
+ isItalic?: boolean;
324
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
325
+ noWrap?: boolean;
326
+ breakWord?: boolean;
327
+ color?: string;
328
+ size?: string;
329
+ isNumeric?: boolean;
330
+ isItalic?: boolean;
215
331
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
216
332
  noWrap?: boolean;
217
333
  breakWord?: boolean;
218
334
  color?: string;
219
335
  size?: string;
220
336
  isNumeric?: boolean;
221
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
337
+ isItalic?: boolean;
338
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
222
339
  export declare const TextM: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
223
340
  size: {
224
341
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -229,13 +346,22 @@ export declare const TextM: import("react").FunctionComponent<import("@salutejs/
229
346
  color?: string;
230
347
  size?: string;
231
348
  isNumeric?: boolean;
349
+ isItalic?: boolean;
350
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
351
+ noWrap?: boolean;
352
+ breakWord?: boolean;
353
+ color?: string;
354
+ size?: string;
355
+ isNumeric?: boolean;
356
+ isItalic?: boolean;
232
357
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
233
358
  noWrap?: boolean;
234
359
  breakWord?: boolean;
235
360
  color?: string;
236
361
  size?: string;
237
362
  isNumeric?: boolean;
238
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
363
+ isItalic?: boolean;
364
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
239
365
  export declare const TextL: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
240
366
  size: {
241
367
  l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -246,13 +372,22 @@ export declare const TextL: import("react").FunctionComponent<import("@salutejs/
246
372
  color?: string;
247
373
  size?: string;
248
374
  isNumeric?: boolean;
375
+ isItalic?: boolean;
376
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
377
+ noWrap?: boolean;
378
+ breakWord?: boolean;
379
+ color?: string;
380
+ size?: string;
381
+ isNumeric?: boolean;
382
+ isItalic?: boolean;
249
383
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
250
384
  noWrap?: boolean;
251
385
  breakWord?: boolean;
252
386
  color?: string;
253
387
  size?: string;
254
388
  isNumeric?: boolean;
255
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
389
+ isItalic?: boolean;
390
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
256
391
  export declare const TextS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
257
392
  size: {
258
393
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -263,13 +398,22 @@ export declare const TextS: import("react").FunctionComponent<import("@salutejs/
263
398
  color?: string;
264
399
  size?: string;
265
400
  isNumeric?: boolean;
401
+ isItalic?: boolean;
402
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
403
+ noWrap?: boolean;
404
+ breakWord?: boolean;
405
+ color?: string;
406
+ size?: string;
407
+ isNumeric?: boolean;
408
+ isItalic?: boolean;
266
409
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
267
410
  noWrap?: boolean;
268
411
  breakWord?: boolean;
269
412
  color?: string;
270
413
  size?: string;
271
414
  isNumeric?: boolean;
272
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
415
+ isItalic?: boolean;
416
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
273
417
  export declare const TextXS: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
274
418
  size: {
275
419
  xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -280,10 +424,19 @@ export declare const TextXS: import("react").FunctionComponent<import("@salutejs
280
424
  color?: string;
281
425
  size?: string;
282
426
  isNumeric?: boolean;
427
+ isItalic?: boolean;
428
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
429
+ noWrap?: boolean;
430
+ breakWord?: boolean;
431
+ color?: string;
432
+ size?: string;
433
+ isNumeric?: boolean;
434
+ isItalic?: boolean;
283
435
  } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").BoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
284
436
  noWrap?: boolean;
285
437
  breakWord?: boolean;
286
438
  color?: string;
287
439
  size?: string;
288
440
  isNumeric?: boolean;
289
- } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").MediumProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
441
+ isItalic?: boolean;
442
+ } & import("@salutejs/plasma-new-hope/styled-components").SpacingProps & import("@salutejs/plasma-new-hope/types/components/Typography/Typography.types.js").ExtraBoldProps & import("@salutejs/plasma-new-hope/styled-components").AsProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;