@botpress/webchat 1.3.0 → 1.3.2

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.
@@ -9,15 +9,3814 @@ export declare const userPropsSchema: z.ZodObject<{
9
9
  data?: Record<string, string> | undefined;
10
10
  }>;
11
11
  export declare const clientModePropsSchema: z.ZodEnum<["messaging", "pushpin"]>;
12
+ export declare const configPropsSchema: z.ZodObject<{
13
+ configuration: z.ZodCatch<z.ZodOptional<z.ZodObject<{
14
+ composerPlaceholder: z.ZodOptional<z.ZodString>;
15
+ botName: z.ZodOptional<z.ZodString>;
16
+ botAvatar: z.ZodOptional<z.ZodString>;
17
+ botDescription: z.ZodOptional<z.ZodString>;
18
+ website: z.ZodOptional<z.ZodObject<{
19
+ title: z.ZodString;
20
+ link: z.ZodOptional<z.ZodString>;
21
+ }, "strip", z.ZodTypeAny, {
22
+ title: string;
23
+ link?: string | undefined;
24
+ }, {
25
+ title: string;
26
+ link?: string | undefined;
27
+ }>>;
28
+ email: z.ZodOptional<z.ZodObject<{
29
+ title: z.ZodString;
30
+ link: z.ZodOptional<z.ZodString>;
31
+ }, "strip", z.ZodTypeAny, {
32
+ title: string;
33
+ link?: string | undefined;
34
+ }, {
35
+ title: string;
36
+ link?: string | undefined;
37
+ }>>;
38
+ phone: z.ZodOptional<z.ZodObject<{
39
+ title: z.ZodString;
40
+ link: z.ZodOptional<z.ZodString>;
41
+ }, "strip", z.ZodTypeAny, {
42
+ title: string;
43
+ link?: string | undefined;
44
+ }, {
45
+ title: string;
46
+ link?: string | undefined;
47
+ }>>;
48
+ privacyPolicy: z.ZodOptional<z.ZodObject<{
49
+ title: z.ZodString;
50
+ link: z.ZodOptional<z.ZodString>;
51
+ }, "strip", z.ZodTypeAny, {
52
+ title: string;
53
+ link?: string | undefined;
54
+ }, {
55
+ title: string;
56
+ link?: string | undefined;
57
+ }>>;
58
+ termsOfService: z.ZodOptional<z.ZodObject<{
59
+ title: z.ZodString;
60
+ link: z.ZodOptional<z.ZodString>;
61
+ }, "strip", z.ZodTypeAny, {
62
+ title: string;
63
+ link?: string | undefined;
64
+ }, {
65
+ title: string;
66
+ link?: string | undefined;
67
+ }>>;
68
+ }, "strip", z.ZodTypeAny, {
69
+ composerPlaceholder?: string | undefined;
70
+ botName?: string | undefined;
71
+ botAvatar?: string | undefined;
72
+ botDescription?: string | undefined;
73
+ website?: {
74
+ title: string;
75
+ link?: string | undefined;
76
+ } | undefined;
77
+ email?: {
78
+ title: string;
79
+ link?: string | undefined;
80
+ } | undefined;
81
+ phone?: {
82
+ title: string;
83
+ link?: string | undefined;
84
+ } | undefined;
85
+ privacyPolicy?: {
86
+ title: string;
87
+ link?: string | undefined;
88
+ } | undefined;
89
+ termsOfService?: {
90
+ title: string;
91
+ link?: string | undefined;
92
+ } | undefined;
93
+ }, {
94
+ composerPlaceholder?: string | undefined;
95
+ botName?: string | undefined;
96
+ botAvatar?: string | undefined;
97
+ botDescription?: string | undefined;
98
+ website?: {
99
+ title: string;
100
+ link?: string | undefined;
101
+ } | undefined;
102
+ email?: {
103
+ title: string;
104
+ link?: string | undefined;
105
+ } | undefined;
106
+ phone?: {
107
+ title: string;
108
+ link?: string | undefined;
109
+ } | undefined;
110
+ privacyPolicy?: {
111
+ title: string;
112
+ link?: string | undefined;
113
+ } | undefined;
114
+ termsOfService?: {
115
+ title: string;
116
+ link?: string | undefined;
117
+ } | undefined;
118
+ }>>>;
119
+ theme: z.ZodCatch<z.ZodOptional<z.ZodObject<{
120
+ container: z.ZodOptional<z.ZodObject<{
121
+ className: z.ZodOptional<z.ZodString>;
122
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
123
+ }, "strip", z.ZodTypeAny, {
124
+ className?: string | undefined;
125
+ style?: import("react").CSSProperties | undefined;
126
+ }, {
127
+ className?: string | undefined;
128
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
129
+ }>>;
130
+ modal: z.ZodOptional<z.ZodObject<{
131
+ overlay: z.ZodOptional<z.ZodObject<{
132
+ className: z.ZodOptional<z.ZodString>;
133
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
134
+ }, "strip", z.ZodTypeAny, {
135
+ className?: string | undefined;
136
+ style?: import("react").CSSProperties | undefined;
137
+ }, {
138
+ className?: string | undefined;
139
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
140
+ }>>;
141
+ container: z.ZodOptional<z.ZodObject<{
142
+ className: z.ZodOptional<z.ZodString>;
143
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
144
+ }, "strip", z.ZodTypeAny, {
145
+ className?: string | undefined;
146
+ style?: import("react").CSSProperties | undefined;
147
+ }, {
148
+ className?: string | undefined;
149
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
150
+ }>>;
151
+ dialog: z.ZodOptional<z.ZodObject<{
152
+ container: z.ZodOptional<z.ZodObject<{
153
+ className: z.ZodOptional<z.ZodString>;
154
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
155
+ }, "strip", z.ZodTypeAny, {
156
+ className?: string | undefined;
157
+ style?: import("react").CSSProperties | undefined;
158
+ }, {
159
+ className?: string | undefined;
160
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
161
+ }>>;
162
+ title: z.ZodOptional<z.ZodObject<{
163
+ container: z.ZodOptional<z.ZodObject<{
164
+ className: z.ZodOptional<z.ZodString>;
165
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
166
+ }, "strip", z.ZodTypeAny, {
167
+ className?: string | undefined;
168
+ style?: import("react").CSSProperties | undefined;
169
+ }, {
170
+ className?: string | undefined;
171
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
172
+ }>>;
173
+ text: z.ZodOptional<z.ZodObject<{
174
+ className: z.ZodOptional<z.ZodString>;
175
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
176
+ }, "strip", z.ZodTypeAny, {
177
+ className?: string | undefined;
178
+ style?: import("react").CSSProperties | undefined;
179
+ }, {
180
+ className?: string | undefined;
181
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
182
+ }>>;
183
+ closeIcon: z.ZodOptional<z.ZodObject<{
184
+ className: z.ZodOptional<z.ZodString>;
185
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ className?: string | undefined;
188
+ style?: import("react").CSSProperties | undefined;
189
+ }, {
190
+ className?: string | undefined;
191
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
192
+ }>>;
193
+ }, "strip", z.ZodTypeAny, {
194
+ container?: {
195
+ className?: string | undefined;
196
+ style?: import("react").CSSProperties | undefined;
197
+ } | undefined;
198
+ text?: {
199
+ className?: string | undefined;
200
+ style?: import("react").CSSProperties | undefined;
201
+ } | undefined;
202
+ closeIcon?: {
203
+ className?: string | undefined;
204
+ style?: import("react").CSSProperties | undefined;
205
+ } | undefined;
206
+ }, {
207
+ container?: {
208
+ className?: string | undefined;
209
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
210
+ } | undefined;
211
+ text?: {
212
+ className?: string | undefined;
213
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
214
+ } | undefined;
215
+ closeIcon?: {
216
+ className?: string | undefined;
217
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
218
+ } | undefined;
219
+ }>>;
220
+ content: z.ZodOptional<z.ZodObject<{
221
+ className: z.ZodOptional<z.ZodString>;
222
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
223
+ }, "strip", z.ZodTypeAny, {
224
+ className?: string | undefined;
225
+ style?: import("react").CSSProperties | undefined;
226
+ }, {
227
+ className?: string | undefined;
228
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
229
+ }>>;
230
+ newConversation: z.ZodOptional<z.ZodObject<{
231
+ text: z.ZodOptional<z.ZodObject<{
232
+ className: z.ZodOptional<z.ZodString>;
233
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
234
+ }, "strip", z.ZodTypeAny, {
235
+ className?: string | undefined;
236
+ style?: import("react").CSSProperties | undefined;
237
+ }, {
238
+ className?: string | undefined;
239
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
240
+ }>>;
241
+ button: z.ZodOptional<z.ZodObject<{
242
+ className: z.ZodOptional<z.ZodString>;
243
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
244
+ }, "strip", z.ZodTypeAny, {
245
+ className?: string | undefined;
246
+ style?: import("react").CSSProperties | undefined;
247
+ }, {
248
+ className?: string | undefined;
249
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
250
+ }>>;
251
+ }, "strip", z.ZodTypeAny, {
252
+ text?: {
253
+ className?: string | undefined;
254
+ style?: import("react").CSSProperties | undefined;
255
+ } | undefined;
256
+ button?: {
257
+ className?: string | undefined;
258
+ style?: import("react").CSSProperties | undefined;
259
+ } | undefined;
260
+ }, {
261
+ text?: {
262
+ className?: string | undefined;
263
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
264
+ } | undefined;
265
+ button?: {
266
+ className?: string | undefined;
267
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
268
+ } | undefined;
269
+ }>>;
270
+ }, "strip", z.ZodTypeAny, {
271
+ container?: {
272
+ className?: string | undefined;
273
+ style?: import("react").CSSProperties | undefined;
274
+ } | undefined;
275
+ title?: {
276
+ container?: {
277
+ className?: string | undefined;
278
+ style?: import("react").CSSProperties | undefined;
279
+ } | undefined;
280
+ text?: {
281
+ className?: string | undefined;
282
+ style?: import("react").CSSProperties | undefined;
283
+ } | undefined;
284
+ closeIcon?: {
285
+ className?: string | undefined;
286
+ style?: import("react").CSSProperties | undefined;
287
+ } | undefined;
288
+ } | undefined;
289
+ content?: {
290
+ className?: string | undefined;
291
+ style?: import("react").CSSProperties | undefined;
292
+ } | undefined;
293
+ newConversation?: {
294
+ text?: {
295
+ className?: string | undefined;
296
+ style?: import("react").CSSProperties | undefined;
297
+ } | undefined;
298
+ button?: {
299
+ className?: string | undefined;
300
+ style?: import("react").CSSProperties | undefined;
301
+ } | undefined;
302
+ } | undefined;
303
+ }, {
304
+ container?: {
305
+ className?: string | undefined;
306
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
307
+ } | undefined;
308
+ title?: {
309
+ container?: {
310
+ className?: string | undefined;
311
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
312
+ } | undefined;
313
+ text?: {
314
+ className?: string | undefined;
315
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
316
+ } | undefined;
317
+ closeIcon?: {
318
+ className?: string | undefined;
319
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
320
+ } | undefined;
321
+ } | undefined;
322
+ content?: {
323
+ className?: string | undefined;
324
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
325
+ } | undefined;
326
+ newConversation?: {
327
+ text?: {
328
+ className?: string | undefined;
329
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
330
+ } | undefined;
331
+ button?: {
332
+ className?: string | undefined;
333
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
334
+ } | undefined;
335
+ } | undefined;
336
+ }>>;
337
+ }, "strip", z.ZodTypeAny, {
338
+ overlay?: {
339
+ className?: string | undefined;
340
+ style?: import("react").CSSProperties | undefined;
341
+ } | undefined;
342
+ container?: {
343
+ className?: string | undefined;
344
+ style?: import("react").CSSProperties | undefined;
345
+ } | undefined;
346
+ dialog?: {
347
+ container?: {
348
+ className?: string | undefined;
349
+ style?: import("react").CSSProperties | undefined;
350
+ } | undefined;
351
+ title?: {
352
+ container?: {
353
+ className?: string | undefined;
354
+ style?: import("react").CSSProperties | undefined;
355
+ } | undefined;
356
+ text?: {
357
+ className?: string | undefined;
358
+ style?: import("react").CSSProperties | undefined;
359
+ } | undefined;
360
+ closeIcon?: {
361
+ className?: string | undefined;
362
+ style?: import("react").CSSProperties | undefined;
363
+ } | undefined;
364
+ } | undefined;
365
+ content?: {
366
+ className?: string | undefined;
367
+ style?: import("react").CSSProperties | undefined;
368
+ } | undefined;
369
+ newConversation?: {
370
+ text?: {
371
+ className?: string | undefined;
372
+ style?: import("react").CSSProperties | undefined;
373
+ } | undefined;
374
+ button?: {
375
+ className?: string | undefined;
376
+ style?: import("react").CSSProperties | undefined;
377
+ } | undefined;
378
+ } | undefined;
379
+ } | undefined;
380
+ }, {
381
+ overlay?: {
382
+ className?: string | undefined;
383
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
384
+ } | undefined;
385
+ container?: {
386
+ className?: string | undefined;
387
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
388
+ } | undefined;
389
+ dialog?: {
390
+ container?: {
391
+ className?: string | undefined;
392
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
393
+ } | undefined;
394
+ title?: {
395
+ container?: {
396
+ className?: string | undefined;
397
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
398
+ } | undefined;
399
+ text?: {
400
+ className?: string | undefined;
401
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
402
+ } | undefined;
403
+ closeIcon?: {
404
+ className?: string | undefined;
405
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
406
+ } | undefined;
407
+ } | undefined;
408
+ content?: {
409
+ className?: string | undefined;
410
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
411
+ } | undefined;
412
+ newConversation?: {
413
+ text?: {
414
+ className?: string | undefined;
415
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
416
+ } | undefined;
417
+ button?: {
418
+ className?: string | undefined;
419
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
420
+ } | undefined;
421
+ } | undefined;
422
+ } | undefined;
423
+ }>>;
424
+ notification: z.ZodOptional<z.ZodObject<{
425
+ container: z.ZodOptional<z.ZodObject<{
426
+ className: z.ZodOptional<z.ZodString>;
427
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
428
+ }, "strip", z.ZodTypeAny, {
429
+ className?: string | undefined;
430
+ style?: import("react").CSSProperties | undefined;
431
+ }, {
432
+ className?: string | undefined;
433
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
434
+ }>>;
435
+ title: z.ZodOptional<z.ZodObject<{
436
+ className: z.ZodOptional<z.ZodString>;
437
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
438
+ }, "strip", z.ZodTypeAny, {
439
+ className?: string | undefined;
440
+ style?: import("react").CSSProperties | undefined;
441
+ }, {
442
+ className?: string | undefined;
443
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
444
+ }>>;
445
+ description: z.ZodOptional<z.ZodObject<{
446
+ className: z.ZodOptional<z.ZodString>;
447
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
448
+ }, "strip", z.ZodTypeAny, {
449
+ className?: string | undefined;
450
+ style?: import("react").CSSProperties | undefined;
451
+ }, {
452
+ className?: string | undefined;
453
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
454
+ }>>;
455
+ icon: z.ZodOptional<z.ZodObject<{
456
+ className: z.ZodOptional<z.ZodString>;
457
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
458
+ }, "strip", z.ZodTypeAny, {
459
+ className?: string | undefined;
460
+ style?: import("react").CSSProperties | undefined;
461
+ }, {
462
+ className?: string | undefined;
463
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
464
+ }>>;
465
+ closeIcon: z.ZodOptional<z.ZodObject<{
466
+ className: z.ZodOptional<z.ZodString>;
467
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
468
+ }, "strip", z.ZodTypeAny, {
469
+ className?: string | undefined;
470
+ style?: import("react").CSSProperties | undefined;
471
+ }, {
472
+ className?: string | undefined;
473
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
474
+ }>>;
475
+ }, "strip", z.ZodTypeAny, {
476
+ container?: {
477
+ className?: string | undefined;
478
+ style?: import("react").CSSProperties | undefined;
479
+ } | undefined;
480
+ title?: {
481
+ className?: string | undefined;
482
+ style?: import("react").CSSProperties | undefined;
483
+ } | undefined;
484
+ description?: {
485
+ className?: string | undefined;
486
+ style?: import("react").CSSProperties | undefined;
487
+ } | undefined;
488
+ icon?: {
489
+ className?: string | undefined;
490
+ style?: import("react").CSSProperties | undefined;
491
+ } | undefined;
492
+ closeIcon?: {
493
+ className?: string | undefined;
494
+ style?: import("react").CSSProperties | undefined;
495
+ } | undefined;
496
+ }, {
497
+ container?: {
498
+ className?: string | undefined;
499
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
500
+ } | undefined;
501
+ title?: {
502
+ className?: string | undefined;
503
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
504
+ } | undefined;
505
+ description?: {
506
+ className?: string | undefined;
507
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
508
+ } | undefined;
509
+ icon?: {
510
+ className?: string | undefined;
511
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
512
+ } | undefined;
513
+ closeIcon?: {
514
+ className?: string | undefined;
515
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
516
+ } | undefined;
517
+ }>>;
518
+ header: z.ZodOptional<z.ZodObject<{
519
+ container: z.ZodOptional<z.ZodObject<{
520
+ className: z.ZodOptional<z.ZodString>;
521
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
522
+ }, "strip", z.ZodTypeAny, {
523
+ className?: string | undefined;
524
+ style?: import("react").CSSProperties | undefined;
525
+ }, {
526
+ className?: string | undefined;
527
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
528
+ }>>;
529
+ content: z.ZodObject<{
530
+ container: z.ZodOptional<z.ZodObject<{
531
+ className: z.ZodOptional<z.ZodString>;
532
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
533
+ }, "strip", z.ZodTypeAny, {
534
+ className?: string | undefined;
535
+ style?: import("react").CSSProperties | undefined;
536
+ }, {
537
+ className?: string | undefined;
538
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
539
+ }>>;
540
+ title: z.ZodOptional<z.ZodObject<{
541
+ className: z.ZodOptional<z.ZodString>;
542
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
543
+ }, "strip", z.ZodTypeAny, {
544
+ className?: string | undefined;
545
+ style?: import("react").CSSProperties | undefined;
546
+ }, {
547
+ className?: string | undefined;
548
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
549
+ }>>;
550
+ description: z.ZodOptional<z.ZodObject<{
551
+ className: z.ZodOptional<z.ZodString>;
552
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
553
+ }, "strip", z.ZodTypeAny, {
554
+ className?: string | undefined;
555
+ style?: import("react").CSSProperties | undefined;
556
+ }, {
557
+ className?: string | undefined;
558
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
559
+ }>>;
560
+ avatar: z.ZodOptional<z.ZodObject<{
561
+ container: z.ZodOptional<z.ZodObject<{
562
+ className: z.ZodOptional<z.ZodString>;
563
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
564
+ }, "strip", z.ZodTypeAny, {
565
+ className?: string | undefined;
566
+ style?: import("react").CSSProperties | undefined;
567
+ }, {
568
+ className?: string | undefined;
569
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
570
+ }>>;
571
+ image: z.ZodOptional<z.ZodObject<{
572
+ className: z.ZodOptional<z.ZodString>;
573
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
574
+ }, "strip", z.ZodTypeAny, {
575
+ className?: string | undefined;
576
+ style?: import("react").CSSProperties | undefined;
577
+ }, {
578
+ className?: string | undefined;
579
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
580
+ }>>;
581
+ fallback: z.ZodOptional<z.ZodObject<{
582
+ className: z.ZodOptional<z.ZodString>;
583
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
584
+ }, "strip", z.ZodTypeAny, {
585
+ className?: string | undefined;
586
+ style?: import("react").CSSProperties | undefined;
587
+ }, {
588
+ className?: string | undefined;
589
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
590
+ }>>;
591
+ }, "strip", z.ZodTypeAny, {
592
+ container?: {
593
+ className?: string | undefined;
594
+ style?: import("react").CSSProperties | undefined;
595
+ } | undefined;
596
+ image?: {
597
+ className?: string | undefined;
598
+ style?: import("react").CSSProperties | undefined;
599
+ } | undefined;
600
+ fallback?: {
601
+ className?: string | undefined;
602
+ style?: import("react").CSSProperties | undefined;
603
+ } | undefined;
604
+ }, {
605
+ container?: {
606
+ className?: string | undefined;
607
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
608
+ } | undefined;
609
+ image?: {
610
+ className?: string | undefined;
611
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
612
+ } | undefined;
613
+ fallback?: {
614
+ className?: string | undefined;
615
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
616
+ } | undefined;
617
+ }>>;
618
+ actions: z.ZodOptional<z.ZodObject<{
619
+ container: z.ZodOptional<z.ZodObject<{
620
+ className: z.ZodOptional<z.ZodString>;
621
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
622
+ }, "strip", z.ZodTypeAny, {
623
+ className?: string | undefined;
624
+ style?: import("react").CSSProperties | undefined;
625
+ }, {
626
+ className?: string | undefined;
627
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
628
+ }>>;
629
+ icons: z.ZodOptional<z.ZodObject<{
630
+ className: z.ZodOptional<z.ZodString>;
631
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
632
+ }, "strip", z.ZodTypeAny, {
633
+ className?: string | undefined;
634
+ style?: import("react").CSSProperties | undefined;
635
+ }, {
636
+ className?: string | undefined;
637
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
638
+ }>>;
639
+ }, "strip", z.ZodTypeAny, {
640
+ container?: {
641
+ className?: string | undefined;
642
+ style?: import("react").CSSProperties | undefined;
643
+ } | undefined;
644
+ icons?: {
645
+ className?: string | undefined;
646
+ style?: import("react").CSSProperties | undefined;
647
+ } | undefined;
648
+ }, {
649
+ container?: {
650
+ className?: string | undefined;
651
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
652
+ } | undefined;
653
+ icons?: {
654
+ className?: string | undefined;
655
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
656
+ } | undefined;
657
+ }>>;
658
+ }, "strip", z.ZodTypeAny, {
659
+ container?: {
660
+ className?: string | undefined;
661
+ style?: import("react").CSSProperties | undefined;
662
+ } | undefined;
663
+ title?: {
664
+ className?: string | undefined;
665
+ style?: import("react").CSSProperties | undefined;
666
+ } | undefined;
667
+ description?: {
668
+ className?: string | undefined;
669
+ style?: import("react").CSSProperties | undefined;
670
+ } | undefined;
671
+ avatar?: {
672
+ container?: {
673
+ className?: string | undefined;
674
+ style?: import("react").CSSProperties | undefined;
675
+ } | undefined;
676
+ image?: {
677
+ className?: string | undefined;
678
+ style?: import("react").CSSProperties | undefined;
679
+ } | undefined;
680
+ fallback?: {
681
+ className?: string | undefined;
682
+ style?: import("react").CSSProperties | undefined;
683
+ } | undefined;
684
+ } | undefined;
685
+ actions?: {
686
+ container?: {
687
+ className?: string | undefined;
688
+ style?: import("react").CSSProperties | undefined;
689
+ } | undefined;
690
+ icons?: {
691
+ className?: string | undefined;
692
+ style?: import("react").CSSProperties | undefined;
693
+ } | undefined;
694
+ } | undefined;
695
+ }, {
696
+ container?: {
697
+ className?: string | undefined;
698
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
699
+ } | undefined;
700
+ title?: {
701
+ className?: string | undefined;
702
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
703
+ } | undefined;
704
+ description?: {
705
+ className?: string | undefined;
706
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
707
+ } | undefined;
708
+ avatar?: {
709
+ container?: {
710
+ className?: string | undefined;
711
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
712
+ } | undefined;
713
+ image?: {
714
+ className?: string | undefined;
715
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
716
+ } | undefined;
717
+ fallback?: {
718
+ className?: string | undefined;
719
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
720
+ } | undefined;
721
+ } | undefined;
722
+ actions?: {
723
+ container?: {
724
+ className?: string | undefined;
725
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
726
+ } | undefined;
727
+ icons?: {
728
+ className?: string | undefined;
729
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
730
+ } | undefined;
731
+ } | undefined;
732
+ }>;
733
+ expandedContent: z.ZodOptional<z.ZodObject<{
734
+ container: z.ZodOptional<z.ZodObject<{
735
+ className: z.ZodOptional<z.ZodString>;
736
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
737
+ }, "strip", z.ZodTypeAny, {
738
+ className?: string | undefined;
739
+ style?: import("react").CSSProperties | undefined;
740
+ }, {
741
+ className?: string | undefined;
742
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
743
+ }>>;
744
+ descriptionItems: z.ZodOptional<z.ZodObject<{
745
+ container: z.ZodOptional<z.ZodObject<{
746
+ className: z.ZodOptional<z.ZodString>;
747
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
748
+ }, "strip", z.ZodTypeAny, {
749
+ className?: string | undefined;
750
+ style?: import("react").CSSProperties | undefined;
751
+ }, {
752
+ className?: string | undefined;
753
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
754
+ }>>;
755
+ icon: z.ZodOptional<z.ZodObject<{
756
+ className: z.ZodOptional<z.ZodString>;
757
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
758
+ }, "strip", z.ZodTypeAny, {
759
+ className?: string | undefined;
760
+ style?: import("react").CSSProperties | undefined;
761
+ }, {
762
+ className?: string | undefined;
763
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
764
+ }>>;
765
+ text: z.ZodOptional<z.ZodObject<{
766
+ className: z.ZodOptional<z.ZodString>;
767
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
768
+ }, "strip", z.ZodTypeAny, {
769
+ className?: string | undefined;
770
+ style?: import("react").CSSProperties | undefined;
771
+ }, {
772
+ className?: string | undefined;
773
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
774
+ }>>;
775
+ link: z.ZodOptional<z.ZodObject<{
776
+ className: z.ZodOptional<z.ZodString>;
777
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
778
+ }, "strip", z.ZodTypeAny, {
779
+ className?: string | undefined;
780
+ style?: import("react").CSSProperties | undefined;
781
+ }, {
782
+ className?: string | undefined;
783
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
784
+ }>>;
785
+ }, "strip", z.ZodTypeAny, {
786
+ container?: {
787
+ className?: string | undefined;
788
+ style?: import("react").CSSProperties | undefined;
789
+ } | undefined;
790
+ icon?: {
791
+ className?: string | undefined;
792
+ style?: import("react").CSSProperties | undefined;
793
+ } | undefined;
794
+ text?: {
795
+ className?: string | undefined;
796
+ style?: import("react").CSSProperties | undefined;
797
+ } | undefined;
798
+ link?: {
799
+ className?: string | undefined;
800
+ style?: import("react").CSSProperties | undefined;
801
+ } | undefined;
802
+ }, {
803
+ container?: {
804
+ className?: string | undefined;
805
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
806
+ } | undefined;
807
+ icon?: {
808
+ className?: string | undefined;
809
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
810
+ } | undefined;
811
+ text?: {
812
+ className?: string | undefined;
813
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
814
+ } | undefined;
815
+ link?: {
816
+ className?: string | undefined;
817
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
818
+ } | undefined;
819
+ }>>;
820
+ }, "strip", z.ZodTypeAny, {
821
+ container?: {
822
+ className?: string | undefined;
823
+ style?: import("react").CSSProperties | undefined;
824
+ } | undefined;
825
+ descriptionItems?: {
826
+ container?: {
827
+ className?: string | undefined;
828
+ style?: import("react").CSSProperties | undefined;
829
+ } | undefined;
830
+ icon?: {
831
+ className?: string | undefined;
832
+ style?: import("react").CSSProperties | undefined;
833
+ } | undefined;
834
+ text?: {
835
+ className?: string | undefined;
836
+ style?: import("react").CSSProperties | undefined;
837
+ } | undefined;
838
+ link?: {
839
+ className?: string | undefined;
840
+ style?: import("react").CSSProperties | undefined;
841
+ } | undefined;
842
+ } | undefined;
843
+ }, {
844
+ container?: {
845
+ className?: string | undefined;
846
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
847
+ } | undefined;
848
+ descriptionItems?: {
849
+ container?: {
850
+ className?: string | undefined;
851
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
852
+ } | undefined;
853
+ icon?: {
854
+ className?: string | undefined;
855
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
856
+ } | undefined;
857
+ text?: {
858
+ className?: string | undefined;
859
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
860
+ } | undefined;
861
+ link?: {
862
+ className?: string | undefined;
863
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
864
+ } | undefined;
865
+ } | undefined;
866
+ }>>;
867
+ description: z.ZodOptional<z.ZodObject<{
868
+ container: z.ZodOptional<z.ZodObject<{
869
+ className: z.ZodOptional<z.ZodString>;
870
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
871
+ }, "strip", z.ZodTypeAny, {
872
+ className?: string | undefined;
873
+ style?: import("react").CSSProperties | undefined;
874
+ }, {
875
+ className?: string | undefined;
876
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
877
+ }>>;
878
+ title: z.ZodOptional<z.ZodObject<{
879
+ className: z.ZodOptional<z.ZodString>;
880
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
881
+ }, "strip", z.ZodTypeAny, {
882
+ className?: string | undefined;
883
+ style?: import("react").CSSProperties | undefined;
884
+ }, {
885
+ className?: string | undefined;
886
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
887
+ }>>;
888
+ subtitle: z.ZodOptional<z.ZodObject<{
889
+ className: z.ZodOptional<z.ZodString>;
890
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
891
+ }, "strip", z.ZodTypeAny, {
892
+ className?: string | undefined;
893
+ style?: import("react").CSSProperties | undefined;
894
+ }, {
895
+ className?: string | undefined;
896
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
897
+ }>>;
898
+ }, "strip", z.ZodTypeAny, {
899
+ container?: {
900
+ className?: string | undefined;
901
+ style?: import("react").CSSProperties | undefined;
902
+ } | undefined;
903
+ title?: {
904
+ className?: string | undefined;
905
+ style?: import("react").CSSProperties | undefined;
906
+ } | undefined;
907
+ subtitle?: {
908
+ className?: string | undefined;
909
+ style?: import("react").CSSProperties | undefined;
910
+ } | undefined;
911
+ }, {
912
+ container?: {
913
+ className?: string | undefined;
914
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
915
+ } | undefined;
916
+ title?: {
917
+ className?: string | undefined;
918
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
919
+ } | undefined;
920
+ subtitle?: {
921
+ className?: string | undefined;
922
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
923
+ } | undefined;
924
+ }>>;
925
+ newConversationIcon: z.ZodOptional<z.ZodObject<{
926
+ className: z.ZodOptional<z.ZodString>;
927
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
928
+ }, "strip", z.ZodTypeAny, {
929
+ className?: string | undefined;
930
+ style?: import("react").CSSProperties | undefined;
931
+ }, {
932
+ className?: string | undefined;
933
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
934
+ }>>;
935
+ }, "strip", z.ZodTypeAny, {
936
+ content: {
937
+ container?: {
938
+ className?: string | undefined;
939
+ style?: import("react").CSSProperties | undefined;
940
+ } | undefined;
941
+ title?: {
942
+ className?: string | undefined;
943
+ style?: import("react").CSSProperties | undefined;
944
+ } | undefined;
945
+ description?: {
946
+ className?: string | undefined;
947
+ style?: import("react").CSSProperties | undefined;
948
+ } | undefined;
949
+ avatar?: {
950
+ container?: {
951
+ className?: string | undefined;
952
+ style?: import("react").CSSProperties | undefined;
953
+ } | undefined;
954
+ image?: {
955
+ className?: string | undefined;
956
+ style?: import("react").CSSProperties | undefined;
957
+ } | undefined;
958
+ fallback?: {
959
+ className?: string | undefined;
960
+ style?: import("react").CSSProperties | undefined;
961
+ } | undefined;
962
+ } | undefined;
963
+ actions?: {
964
+ container?: {
965
+ className?: string | undefined;
966
+ style?: import("react").CSSProperties | undefined;
967
+ } | undefined;
968
+ icons?: {
969
+ className?: string | undefined;
970
+ style?: import("react").CSSProperties | undefined;
971
+ } | undefined;
972
+ } | undefined;
973
+ };
974
+ container?: {
975
+ className?: string | undefined;
976
+ style?: import("react").CSSProperties | undefined;
977
+ } | undefined;
978
+ expandedContent?: {
979
+ container?: {
980
+ className?: string | undefined;
981
+ style?: import("react").CSSProperties | undefined;
982
+ } | undefined;
983
+ descriptionItems?: {
984
+ container?: {
985
+ className?: string | undefined;
986
+ style?: import("react").CSSProperties | undefined;
987
+ } | undefined;
988
+ icon?: {
989
+ className?: string | undefined;
990
+ style?: import("react").CSSProperties | undefined;
991
+ } | undefined;
992
+ text?: {
993
+ className?: string | undefined;
994
+ style?: import("react").CSSProperties | undefined;
995
+ } | undefined;
996
+ link?: {
997
+ className?: string | undefined;
998
+ style?: import("react").CSSProperties | undefined;
999
+ } | undefined;
1000
+ } | undefined;
1001
+ } | undefined;
1002
+ description?: {
1003
+ container?: {
1004
+ className?: string | undefined;
1005
+ style?: import("react").CSSProperties | undefined;
1006
+ } | undefined;
1007
+ title?: {
1008
+ className?: string | undefined;
1009
+ style?: import("react").CSSProperties | undefined;
1010
+ } | undefined;
1011
+ subtitle?: {
1012
+ className?: string | undefined;
1013
+ style?: import("react").CSSProperties | undefined;
1014
+ } | undefined;
1015
+ } | undefined;
1016
+ newConversationIcon?: {
1017
+ className?: string | undefined;
1018
+ style?: import("react").CSSProperties | undefined;
1019
+ } | undefined;
1020
+ }, {
1021
+ content: {
1022
+ container?: {
1023
+ className?: string | undefined;
1024
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1025
+ } | undefined;
1026
+ title?: {
1027
+ className?: string | undefined;
1028
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1029
+ } | undefined;
1030
+ description?: {
1031
+ className?: string | undefined;
1032
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1033
+ } | undefined;
1034
+ avatar?: {
1035
+ container?: {
1036
+ className?: string | undefined;
1037
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1038
+ } | undefined;
1039
+ image?: {
1040
+ className?: string | undefined;
1041
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1042
+ } | undefined;
1043
+ fallback?: {
1044
+ className?: string | undefined;
1045
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1046
+ } | undefined;
1047
+ } | undefined;
1048
+ actions?: {
1049
+ container?: {
1050
+ className?: string | undefined;
1051
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1052
+ } | undefined;
1053
+ icons?: {
1054
+ className?: string | undefined;
1055
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1056
+ } | undefined;
1057
+ } | undefined;
1058
+ };
1059
+ container?: {
1060
+ className?: string | undefined;
1061
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1062
+ } | undefined;
1063
+ expandedContent?: {
1064
+ container?: {
1065
+ className?: string | undefined;
1066
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1067
+ } | undefined;
1068
+ descriptionItems?: {
1069
+ container?: {
1070
+ className?: string | undefined;
1071
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1072
+ } | undefined;
1073
+ icon?: {
1074
+ className?: string | undefined;
1075
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1076
+ } | undefined;
1077
+ text?: {
1078
+ className?: string | undefined;
1079
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1080
+ } | undefined;
1081
+ link?: {
1082
+ className?: string | undefined;
1083
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1084
+ } | undefined;
1085
+ } | undefined;
1086
+ } | undefined;
1087
+ description?: {
1088
+ container?: {
1089
+ className?: string | undefined;
1090
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1091
+ } | undefined;
1092
+ title?: {
1093
+ className?: string | undefined;
1094
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1095
+ } | undefined;
1096
+ subtitle?: {
1097
+ className?: string | undefined;
1098
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1099
+ } | undefined;
1100
+ } | undefined;
1101
+ newConversationIcon?: {
1102
+ className?: string | undefined;
1103
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1104
+ } | undefined;
1105
+ }>>;
1106
+ composer: z.ZodOptional<z.ZodObject<{
1107
+ container: z.ZodOptional<z.ZodObject<{
1108
+ className: z.ZodOptional<z.ZodString>;
1109
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1110
+ }, "strip", z.ZodTypeAny, {
1111
+ className?: string | undefined;
1112
+ style?: import("react").CSSProperties | undefined;
1113
+ }, {
1114
+ className?: string | undefined;
1115
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1116
+ }>>;
1117
+ input: z.ZodOptional<z.ZodObject<{
1118
+ className: z.ZodOptional<z.ZodString>;
1119
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1120
+ }, "strip", z.ZodTypeAny, {
1121
+ className?: string | undefined;
1122
+ style?: import("react").CSSProperties | undefined;
1123
+ }, {
1124
+ className?: string | undefined;
1125
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1126
+ }>>;
1127
+ button: z.ZodOptional<z.ZodObject<{
1128
+ container: z.ZodOptional<z.ZodObject<{
1129
+ className: z.ZodOptional<z.ZodString>;
1130
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1131
+ }, "strip", z.ZodTypeAny, {
1132
+ className?: string | undefined;
1133
+ style?: import("react").CSSProperties | undefined;
1134
+ }, {
1135
+ className?: string | undefined;
1136
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1137
+ }>>;
1138
+ icon: z.ZodOptional<z.ZodObject<{
1139
+ className: z.ZodOptional<z.ZodString>;
1140
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1141
+ }, "strip", z.ZodTypeAny, {
1142
+ className?: string | undefined;
1143
+ style?: import("react").CSSProperties | undefined;
1144
+ }, {
1145
+ className?: string | undefined;
1146
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1147
+ }>>;
1148
+ }, "strip", z.ZodTypeAny, {
1149
+ container?: {
1150
+ className?: string | undefined;
1151
+ style?: import("react").CSSProperties | undefined;
1152
+ } | undefined;
1153
+ icon?: {
1154
+ className?: string | undefined;
1155
+ style?: import("react").CSSProperties | undefined;
1156
+ } | undefined;
1157
+ }, {
1158
+ container?: {
1159
+ className?: string | undefined;
1160
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1161
+ } | undefined;
1162
+ icon?: {
1163
+ className?: string | undefined;
1164
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1165
+ } | undefined;
1166
+ }>>;
1167
+ }, "strip", z.ZodTypeAny, {
1168
+ container?: {
1169
+ className?: string | undefined;
1170
+ style?: import("react").CSSProperties | undefined;
1171
+ } | undefined;
1172
+ input?: {
1173
+ className?: string | undefined;
1174
+ style?: import("react").CSSProperties | undefined;
1175
+ } | undefined;
1176
+ button?: {
1177
+ container?: {
1178
+ className?: string | undefined;
1179
+ style?: import("react").CSSProperties | undefined;
1180
+ } | undefined;
1181
+ icon?: {
1182
+ className?: string | undefined;
1183
+ style?: import("react").CSSProperties | undefined;
1184
+ } | undefined;
1185
+ } | undefined;
1186
+ }, {
1187
+ container?: {
1188
+ className?: string | undefined;
1189
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1190
+ } | undefined;
1191
+ input?: {
1192
+ className?: string | undefined;
1193
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1194
+ } | undefined;
1195
+ button?: {
1196
+ container?: {
1197
+ className?: string | undefined;
1198
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1199
+ } | undefined;
1200
+ icon?: {
1201
+ className?: string | undefined;
1202
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1203
+ } | undefined;
1204
+ } | undefined;
1205
+ }>>;
1206
+ fab: z.ZodOptional<z.ZodObject<{
1207
+ icon: z.ZodOptional<z.ZodObject<{
1208
+ className: z.ZodOptional<z.ZodString>;
1209
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1210
+ }, "strip", z.ZodTypeAny, {
1211
+ className?: string | undefined;
1212
+ style?: import("react").CSSProperties | undefined;
1213
+ }, {
1214
+ className?: string | undefined;
1215
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1216
+ }>>;
1217
+ container: z.ZodOptional<z.ZodObject<{
1218
+ className: z.ZodOptional<z.ZodString>;
1219
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1220
+ }, "strip", z.ZodTypeAny, {
1221
+ className?: string | undefined;
1222
+ style?: import("react").CSSProperties | undefined;
1223
+ }, {
1224
+ className?: string | undefined;
1225
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1226
+ }>>;
1227
+ }, "strip", z.ZodTypeAny, {
1228
+ icon?: {
1229
+ className?: string | undefined;
1230
+ style?: import("react").CSSProperties | undefined;
1231
+ } | undefined;
1232
+ container?: {
1233
+ className?: string | undefined;
1234
+ style?: import("react").CSSProperties | undefined;
1235
+ } | undefined;
1236
+ }, {
1237
+ icon?: {
1238
+ className?: string | undefined;
1239
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1240
+ } | undefined;
1241
+ container?: {
1242
+ className?: string | undefined;
1243
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1244
+ } | undefined;
1245
+ }>>;
1246
+ messageList: z.ZodOptional<z.ZodObject<{
1247
+ container: z.ZodOptional<z.ZodObject<{
1248
+ className: z.ZodOptional<z.ZodString>;
1249
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1250
+ }, "strip", z.ZodTypeAny, {
1251
+ className?: string | undefined;
1252
+ style?: import("react").CSSProperties | undefined;
1253
+ }, {
1254
+ className?: string | undefined;
1255
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1256
+ }>>;
1257
+ marquee: z.ZodOptional<z.ZodObject<{
1258
+ content: z.ZodOptional<z.ZodObject<{
1259
+ className: z.ZodOptional<z.ZodString>;
1260
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1261
+ }, "strip", z.ZodTypeAny, {
1262
+ className?: string | undefined;
1263
+ style?: import("react").CSSProperties | undefined;
1264
+ }, {
1265
+ className?: string | undefined;
1266
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1267
+ }>>;
1268
+ title: z.ZodOptional<z.ZodObject<{
1269
+ className: z.ZodOptional<z.ZodString>;
1270
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1271
+ }, "strip", z.ZodTypeAny, {
1272
+ className?: string | undefined;
1273
+ style?: import("react").CSSProperties | undefined;
1274
+ }, {
1275
+ className?: string | undefined;
1276
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1277
+ }>>;
1278
+ description: z.ZodOptional<z.ZodObject<{
1279
+ className: z.ZodOptional<z.ZodString>;
1280
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1281
+ }, "strip", z.ZodTypeAny, {
1282
+ className?: string | undefined;
1283
+ style?: import("react").CSSProperties | undefined;
1284
+ }, {
1285
+ className?: string | undefined;
1286
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1287
+ }>>;
1288
+ avatar: z.ZodOptional<z.ZodObject<{
1289
+ container: z.ZodOptional<z.ZodObject<{
1290
+ className: z.ZodOptional<z.ZodString>;
1291
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1292
+ }, "strip", z.ZodTypeAny, {
1293
+ className?: string | undefined;
1294
+ style?: import("react").CSSProperties | undefined;
1295
+ }, {
1296
+ className?: string | undefined;
1297
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1298
+ }>>;
1299
+ image: z.ZodOptional<z.ZodObject<{
1300
+ className: z.ZodOptional<z.ZodString>;
1301
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1302
+ }, "strip", z.ZodTypeAny, {
1303
+ className?: string | undefined;
1304
+ style?: import("react").CSSProperties | undefined;
1305
+ }, {
1306
+ className?: string | undefined;
1307
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1308
+ }>>;
1309
+ fallback: z.ZodOptional<z.ZodObject<{
1310
+ className: z.ZodOptional<z.ZodString>;
1311
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1312
+ }, "strip", z.ZodTypeAny, {
1313
+ className?: string | undefined;
1314
+ style?: import("react").CSSProperties | undefined;
1315
+ }, {
1316
+ className?: string | undefined;
1317
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1318
+ }>>;
1319
+ }, "strip", z.ZodTypeAny, {
1320
+ container?: {
1321
+ className?: string | undefined;
1322
+ style?: import("react").CSSProperties | undefined;
1323
+ } | undefined;
1324
+ image?: {
1325
+ className?: string | undefined;
1326
+ style?: import("react").CSSProperties | undefined;
1327
+ } | undefined;
1328
+ fallback?: {
1329
+ className?: string | undefined;
1330
+ style?: import("react").CSSProperties | undefined;
1331
+ } | undefined;
1332
+ }, {
1333
+ container?: {
1334
+ className?: string | undefined;
1335
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1336
+ } | undefined;
1337
+ image?: {
1338
+ className?: string | undefined;
1339
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1340
+ } | undefined;
1341
+ fallback?: {
1342
+ className?: string | undefined;
1343
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1344
+ } | undefined;
1345
+ }>>;
1346
+ container: z.ZodOptional<z.ZodObject<{
1347
+ className: z.ZodOptional<z.ZodString>;
1348
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1349
+ }, "strip", z.ZodTypeAny, {
1350
+ className?: string | undefined;
1351
+ style?: import("react").CSSProperties | undefined;
1352
+ }, {
1353
+ className?: string | undefined;
1354
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1355
+ }>>;
1356
+ }, "strip", z.ZodTypeAny, {
1357
+ content?: {
1358
+ className?: string | undefined;
1359
+ style?: import("react").CSSProperties | undefined;
1360
+ } | undefined;
1361
+ title?: {
1362
+ className?: string | undefined;
1363
+ style?: import("react").CSSProperties | undefined;
1364
+ } | undefined;
1365
+ description?: {
1366
+ className?: string | undefined;
1367
+ style?: import("react").CSSProperties | undefined;
1368
+ } | undefined;
1369
+ avatar?: {
1370
+ container?: {
1371
+ className?: string | undefined;
1372
+ style?: import("react").CSSProperties | undefined;
1373
+ } | undefined;
1374
+ image?: {
1375
+ className?: string | undefined;
1376
+ style?: import("react").CSSProperties | undefined;
1377
+ } | undefined;
1378
+ fallback?: {
1379
+ className?: string | undefined;
1380
+ style?: import("react").CSSProperties | undefined;
1381
+ } | undefined;
1382
+ } | undefined;
1383
+ container?: {
1384
+ className?: string | undefined;
1385
+ style?: import("react").CSSProperties | undefined;
1386
+ } | undefined;
1387
+ }, {
1388
+ content?: {
1389
+ className?: string | undefined;
1390
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1391
+ } | undefined;
1392
+ title?: {
1393
+ className?: string | undefined;
1394
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1395
+ } | undefined;
1396
+ description?: {
1397
+ className?: string | undefined;
1398
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1399
+ } | undefined;
1400
+ avatar?: {
1401
+ container?: {
1402
+ className?: string | undefined;
1403
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1404
+ } | undefined;
1405
+ image?: {
1406
+ className?: string | undefined;
1407
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1408
+ } | undefined;
1409
+ fallback?: {
1410
+ className?: string | undefined;
1411
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1412
+ } | undefined;
1413
+ } | undefined;
1414
+ container?: {
1415
+ className?: string | undefined;
1416
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1417
+ } | undefined;
1418
+ }>>;
1419
+ scrollDownButton: z.ZodOptional<z.ZodObject<{
1420
+ container: z.ZodOptional<z.ZodObject<{
1421
+ className: z.ZodOptional<z.ZodString>;
1422
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1423
+ }, "strip", z.ZodTypeAny, {
1424
+ className?: string | undefined;
1425
+ style?: import("react").CSSProperties | undefined;
1426
+ }, {
1427
+ className?: string | undefined;
1428
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1429
+ }>>;
1430
+ button: z.ZodOptional<z.ZodObject<{
1431
+ className: z.ZodOptional<z.ZodString>;
1432
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1433
+ }, "strip", z.ZodTypeAny, {
1434
+ className?: string | undefined;
1435
+ style?: import("react").CSSProperties | undefined;
1436
+ }, {
1437
+ className?: string | undefined;
1438
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1439
+ }>>;
1440
+ icon: z.ZodOptional<z.ZodObject<{
1441
+ className: z.ZodOptional<z.ZodString>;
1442
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1443
+ }, "strip", z.ZodTypeAny, {
1444
+ className?: string | undefined;
1445
+ style?: import("react").CSSProperties | undefined;
1446
+ }, {
1447
+ className?: string | undefined;
1448
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1449
+ }>>;
1450
+ }, "strip", z.ZodTypeAny, {
1451
+ container?: {
1452
+ className?: string | undefined;
1453
+ style?: import("react").CSSProperties | undefined;
1454
+ } | undefined;
1455
+ button?: {
1456
+ className?: string | undefined;
1457
+ style?: import("react").CSSProperties | undefined;
1458
+ } | undefined;
1459
+ icon?: {
1460
+ className?: string | undefined;
1461
+ style?: import("react").CSSProperties | undefined;
1462
+ } | undefined;
1463
+ }, {
1464
+ container?: {
1465
+ className?: string | undefined;
1466
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1467
+ } | undefined;
1468
+ button?: {
1469
+ className?: string | undefined;
1470
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1471
+ } | undefined;
1472
+ icon?: {
1473
+ className?: string | undefined;
1474
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1475
+ } | undefined;
1476
+ }>>;
1477
+ }, "strip", z.ZodTypeAny, {
1478
+ container?: {
1479
+ className?: string | undefined;
1480
+ style?: import("react").CSSProperties | undefined;
1481
+ } | undefined;
1482
+ marquee?: {
1483
+ content?: {
1484
+ className?: string | undefined;
1485
+ style?: import("react").CSSProperties | undefined;
1486
+ } | undefined;
1487
+ title?: {
1488
+ className?: string | undefined;
1489
+ style?: import("react").CSSProperties | undefined;
1490
+ } | undefined;
1491
+ description?: {
1492
+ className?: string | undefined;
1493
+ style?: import("react").CSSProperties | undefined;
1494
+ } | undefined;
1495
+ avatar?: {
1496
+ container?: {
1497
+ className?: string | undefined;
1498
+ style?: import("react").CSSProperties | undefined;
1499
+ } | undefined;
1500
+ image?: {
1501
+ className?: string | undefined;
1502
+ style?: import("react").CSSProperties | undefined;
1503
+ } | undefined;
1504
+ fallback?: {
1505
+ className?: string | undefined;
1506
+ style?: import("react").CSSProperties | undefined;
1507
+ } | undefined;
1508
+ } | undefined;
1509
+ container?: {
1510
+ className?: string | undefined;
1511
+ style?: import("react").CSSProperties | undefined;
1512
+ } | undefined;
1513
+ } | undefined;
1514
+ scrollDownButton?: {
1515
+ container?: {
1516
+ className?: string | undefined;
1517
+ style?: import("react").CSSProperties | undefined;
1518
+ } | undefined;
1519
+ button?: {
1520
+ className?: string | undefined;
1521
+ style?: import("react").CSSProperties | undefined;
1522
+ } | undefined;
1523
+ icon?: {
1524
+ className?: string | undefined;
1525
+ style?: import("react").CSSProperties | undefined;
1526
+ } | undefined;
1527
+ } | undefined;
1528
+ }, {
1529
+ container?: {
1530
+ className?: string | undefined;
1531
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1532
+ } | undefined;
1533
+ marquee?: {
1534
+ content?: {
1535
+ className?: string | undefined;
1536
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1537
+ } | undefined;
1538
+ title?: {
1539
+ className?: string | undefined;
1540
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1541
+ } | undefined;
1542
+ description?: {
1543
+ className?: string | undefined;
1544
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1545
+ } | undefined;
1546
+ avatar?: {
1547
+ container?: {
1548
+ className?: string | undefined;
1549
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1550
+ } | undefined;
1551
+ image?: {
1552
+ className?: string | undefined;
1553
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1554
+ } | undefined;
1555
+ fallback?: {
1556
+ className?: string | undefined;
1557
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1558
+ } | undefined;
1559
+ } | undefined;
1560
+ container?: {
1561
+ className?: string | undefined;
1562
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1563
+ } | undefined;
1564
+ } | undefined;
1565
+ scrollDownButton?: {
1566
+ container?: {
1567
+ className?: string | undefined;
1568
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1569
+ } | undefined;
1570
+ button?: {
1571
+ className?: string | undefined;
1572
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1573
+ } | undefined;
1574
+ icon?: {
1575
+ className?: string | undefined;
1576
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1577
+ } | undefined;
1578
+ } | undefined;
1579
+ }>>;
1580
+ message: z.ZodOptional<z.ZodObject<{
1581
+ container: z.ZodOptional<z.ZodObject<{
1582
+ className: z.ZodOptional<z.ZodString>;
1583
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1584
+ }, "strip", z.ZodTypeAny, {
1585
+ className?: string | undefined;
1586
+ style?: import("react").CSSProperties | undefined;
1587
+ }, {
1588
+ className?: string | undefined;
1589
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1590
+ }>>;
1591
+ avatar: z.ZodOptional<z.ZodObject<{
1592
+ container: z.ZodOptional<z.ZodObject<{
1593
+ className: z.ZodOptional<z.ZodString>;
1594
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1595
+ }, "strip", z.ZodTypeAny, {
1596
+ className?: string | undefined;
1597
+ style?: import("react").CSSProperties | undefined;
1598
+ }, {
1599
+ className?: string | undefined;
1600
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1601
+ }>>;
1602
+ image: z.ZodOptional<z.ZodObject<{
1603
+ className: z.ZodOptional<z.ZodString>;
1604
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1605
+ }, "strip", z.ZodTypeAny, {
1606
+ className?: string | undefined;
1607
+ style?: import("react").CSSProperties | undefined;
1608
+ }, {
1609
+ className?: string | undefined;
1610
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1611
+ }>>;
1612
+ fallback: z.ZodOptional<z.ZodObject<{
1613
+ className: z.ZodOptional<z.ZodString>;
1614
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1615
+ }, "strip", z.ZodTypeAny, {
1616
+ className?: string | undefined;
1617
+ style?: import("react").CSSProperties | undefined;
1618
+ }, {
1619
+ className?: string | undefined;
1620
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1621
+ }>>;
1622
+ }, "strip", z.ZodTypeAny, {
1623
+ container?: {
1624
+ className?: string | undefined;
1625
+ style?: import("react").CSSProperties | undefined;
1626
+ } | undefined;
1627
+ image?: {
1628
+ className?: string | undefined;
1629
+ style?: import("react").CSSProperties | undefined;
1630
+ } | undefined;
1631
+ fallback?: {
1632
+ className?: string | undefined;
1633
+ style?: import("react").CSSProperties | undefined;
1634
+ } | undefined;
1635
+ }, {
1636
+ container?: {
1637
+ className?: string | undefined;
1638
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1639
+ } | undefined;
1640
+ image?: {
1641
+ className?: string | undefined;
1642
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1643
+ } | undefined;
1644
+ fallback?: {
1645
+ className?: string | undefined;
1646
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1647
+ } | undefined;
1648
+ }>>;
1649
+ blocks: z.ZodOptional<z.ZodObject<{
1650
+ button: z.ZodOptional<z.ZodObject<{
1651
+ className: z.ZodOptional<z.ZodString>;
1652
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1653
+ }, "strip", z.ZodTypeAny, {
1654
+ className?: string | undefined;
1655
+ style?: import("react").CSSProperties | undefined;
1656
+ }, {
1657
+ className?: string | undefined;
1658
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1659
+ }>>;
1660
+ text: z.ZodRecord<z.ZodEnum<["heading1", "heading2", "heading3", "text", "horizontalRule", "link", "italic", "bold", "orderedList", "unorderedList", "listItem", "lineBreak", "pre"]>, z.ZodOptional<z.ZodObject<{
1661
+ className: z.ZodOptional<z.ZodString>;
1662
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1663
+ }, "strip", z.ZodTypeAny, {
1664
+ className?: string | undefined;
1665
+ style?: import("react").CSSProperties | undefined;
1666
+ }, {
1667
+ className?: string | undefined;
1668
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1669
+ }>>>;
1670
+ image: z.ZodOptional<z.ZodObject<{
1671
+ image: z.ZodOptional<z.ZodObject<{
1672
+ className: z.ZodOptional<z.ZodString>;
1673
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1674
+ }, "strip", z.ZodTypeAny, {
1675
+ className?: string | undefined;
1676
+ style?: import("react").CSSProperties | undefined;
1677
+ }, {
1678
+ className?: string | undefined;
1679
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1680
+ }>>;
1681
+ placeholder: z.ZodOptional<z.ZodObject<{
1682
+ className: z.ZodOptional<z.ZodString>;
1683
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1684
+ }, "strip", z.ZodTypeAny, {
1685
+ className?: string | undefined;
1686
+ style?: import("react").CSSProperties | undefined;
1687
+ }, {
1688
+ className?: string | undefined;
1689
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1690
+ }>>;
1691
+ }, "strip", z.ZodTypeAny, {
1692
+ image?: {
1693
+ className?: string | undefined;
1694
+ style?: import("react").CSSProperties | undefined;
1695
+ } | undefined;
1696
+ placeholder?: {
1697
+ className?: string | undefined;
1698
+ style?: import("react").CSSProperties | undefined;
1699
+ } | undefined;
1700
+ }, {
1701
+ image?: {
1702
+ className?: string | undefined;
1703
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1704
+ } | undefined;
1705
+ placeholder?: {
1706
+ className?: string | undefined;
1707
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1708
+ } | undefined;
1709
+ }>>;
1710
+ audio: z.ZodOptional<z.ZodObject<{
1711
+ className: z.ZodOptional<z.ZodString>;
1712
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1713
+ }, "strip", z.ZodTypeAny, {
1714
+ className?: string | undefined;
1715
+ style?: import("react").CSSProperties | undefined;
1716
+ }, {
1717
+ className?: string | undefined;
1718
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1719
+ }>>;
1720
+ video: z.ZodOptional<z.ZodObject<{
1721
+ className: z.ZodOptional<z.ZodString>;
1722
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1723
+ }, "strip", z.ZodTypeAny, {
1724
+ className?: string | undefined;
1725
+ style?: import("react").CSSProperties | undefined;
1726
+ }, {
1727
+ className?: string | undefined;
1728
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1729
+ }>>;
1730
+ file: z.ZodOptional<z.ZodObject<{
1731
+ container: z.ZodOptional<z.ZodObject<{
1732
+ className: z.ZodOptional<z.ZodString>;
1733
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1734
+ }, "strip", z.ZodTypeAny, {
1735
+ className?: string | undefined;
1736
+ style?: import("react").CSSProperties | undefined;
1737
+ }, {
1738
+ className?: string | undefined;
1739
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1740
+ }>>;
1741
+ title: z.ZodOptional<z.ZodObject<{
1742
+ className: z.ZodOptional<z.ZodString>;
1743
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1744
+ }, "strip", z.ZodTypeAny, {
1745
+ className?: string | undefined;
1746
+ style?: import("react").CSSProperties | undefined;
1747
+ }, {
1748
+ className?: string | undefined;
1749
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1750
+ }>>;
1751
+ icon: z.ZodOptional<z.ZodObject<{
1752
+ className: z.ZodOptional<z.ZodString>;
1753
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1754
+ }, "strip", z.ZodTypeAny, {
1755
+ className?: string | undefined;
1756
+ style?: import("react").CSSProperties | undefined;
1757
+ }, {
1758
+ className?: string | undefined;
1759
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1760
+ }>>;
1761
+ }, "strip", z.ZodTypeAny, {
1762
+ container?: {
1763
+ className?: string | undefined;
1764
+ style?: import("react").CSSProperties | undefined;
1765
+ } | undefined;
1766
+ title?: {
1767
+ className?: string | undefined;
1768
+ style?: import("react").CSSProperties | undefined;
1769
+ } | undefined;
1770
+ icon?: {
1771
+ className?: string | undefined;
1772
+ style?: import("react").CSSProperties | undefined;
1773
+ } | undefined;
1774
+ }, {
1775
+ container?: {
1776
+ className?: string | undefined;
1777
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1778
+ } | undefined;
1779
+ title?: {
1780
+ className?: string | undefined;
1781
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1782
+ } | undefined;
1783
+ icon?: {
1784
+ className?: string | undefined;
1785
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1786
+ } | undefined;
1787
+ }>>;
1788
+ location: z.ZodOptional<z.ZodObject<{
1789
+ container: z.ZodOptional<z.ZodObject<{
1790
+ className: z.ZodOptional<z.ZodString>;
1791
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1792
+ }, "strip", z.ZodTypeAny, {
1793
+ className?: string | undefined;
1794
+ style?: import("react").CSSProperties | undefined;
1795
+ }, {
1796
+ className?: string | undefined;
1797
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1798
+ }>>;
1799
+ title: z.ZodOptional<z.ZodObject<{
1800
+ className: z.ZodOptional<z.ZodString>;
1801
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1802
+ }, "strip", z.ZodTypeAny, {
1803
+ className?: string | undefined;
1804
+ style?: import("react").CSSProperties | undefined;
1805
+ }, {
1806
+ className?: string | undefined;
1807
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1808
+ }>>;
1809
+ icon: z.ZodOptional<z.ZodObject<{
1810
+ className: z.ZodOptional<z.ZodString>;
1811
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1812
+ }, "strip", z.ZodTypeAny, {
1813
+ className?: string | undefined;
1814
+ style?: import("react").CSSProperties | undefined;
1815
+ }, {
1816
+ className?: string | undefined;
1817
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1818
+ }>>;
1819
+ }, "strip", z.ZodTypeAny, {
1820
+ container?: {
1821
+ className?: string | undefined;
1822
+ style?: import("react").CSSProperties | undefined;
1823
+ } | undefined;
1824
+ title?: {
1825
+ className?: string | undefined;
1826
+ style?: import("react").CSSProperties | undefined;
1827
+ } | undefined;
1828
+ icon?: {
1829
+ className?: string | undefined;
1830
+ style?: import("react").CSSProperties | undefined;
1831
+ } | undefined;
1832
+ }, {
1833
+ container?: {
1834
+ className?: string | undefined;
1835
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1836
+ } | undefined;
1837
+ title?: {
1838
+ className?: string | undefined;
1839
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1840
+ } | undefined;
1841
+ icon?: {
1842
+ className?: string | undefined;
1843
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1844
+ } | undefined;
1845
+ }>>;
1846
+ column: z.ZodOptional<z.ZodObject<{
1847
+ className: z.ZodOptional<z.ZodString>;
1848
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1849
+ }, "strip", z.ZodTypeAny, {
1850
+ className?: string | undefined;
1851
+ style?: import("react").CSSProperties | undefined;
1852
+ }, {
1853
+ className?: string | undefined;
1854
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1855
+ }>>;
1856
+ row: z.ZodOptional<z.ZodObject<{
1857
+ className: z.ZodOptional<z.ZodString>;
1858
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1859
+ }, "strip", z.ZodTypeAny, {
1860
+ className?: string | undefined;
1861
+ style?: import("react").CSSProperties | undefined;
1862
+ }, {
1863
+ className?: string | undefined;
1864
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1865
+ }>>;
1866
+ bubble: z.ZodOptional<z.ZodObject<{
1867
+ className: z.ZodOptional<z.ZodString>;
1868
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1869
+ }, "strip", z.ZodTypeAny, {
1870
+ className?: string | undefined;
1871
+ style?: import("react").CSSProperties | undefined;
1872
+ }, {
1873
+ className?: string | undefined;
1874
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1875
+ }>>;
1876
+ carousel: z.ZodOptional<z.ZodObject<{
1877
+ container: z.ZodOptional<z.ZodObject<{
1878
+ className: z.ZodOptional<z.ZodString>;
1879
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1880
+ }, "strip", z.ZodTypeAny, {
1881
+ className?: string | undefined;
1882
+ style?: import("react").CSSProperties | undefined;
1883
+ }, {
1884
+ className?: string | undefined;
1885
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1886
+ }>>;
1887
+ slidesContainer: z.ZodOptional<z.ZodObject<{
1888
+ className: z.ZodOptional<z.ZodString>;
1889
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1890
+ }, "strip", z.ZodTypeAny, {
1891
+ className?: string | undefined;
1892
+ style?: import("react").CSSProperties | undefined;
1893
+ }, {
1894
+ className?: string | undefined;
1895
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1896
+ }>>;
1897
+ backButton: z.ZodOptional<z.ZodObject<{
1898
+ className: z.ZodOptional<z.ZodString>;
1899
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1900
+ }, "strip", z.ZodTypeAny, {
1901
+ className?: string | undefined;
1902
+ style?: import("react").CSSProperties | undefined;
1903
+ }, {
1904
+ className?: string | undefined;
1905
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1906
+ }>>;
1907
+ nextButton: z.ZodOptional<z.ZodObject<{
1908
+ className: z.ZodOptional<z.ZodString>;
1909
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1910
+ }, "strip", z.ZodTypeAny, {
1911
+ className?: string | undefined;
1912
+ style?: import("react").CSSProperties | undefined;
1913
+ }, {
1914
+ className?: string | undefined;
1915
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1916
+ }>>;
1917
+ }, "strip", z.ZodTypeAny, {
1918
+ container?: {
1919
+ className?: string | undefined;
1920
+ style?: import("react").CSSProperties | undefined;
1921
+ } | undefined;
1922
+ slidesContainer?: {
1923
+ className?: string | undefined;
1924
+ style?: import("react").CSSProperties | undefined;
1925
+ } | undefined;
1926
+ backButton?: {
1927
+ className?: string | undefined;
1928
+ style?: import("react").CSSProperties | undefined;
1929
+ } | undefined;
1930
+ nextButton?: {
1931
+ className?: string | undefined;
1932
+ style?: import("react").CSSProperties | undefined;
1933
+ } | undefined;
1934
+ }, {
1935
+ container?: {
1936
+ className?: string | undefined;
1937
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1938
+ } | undefined;
1939
+ slidesContainer?: {
1940
+ className?: string | undefined;
1941
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1942
+ } | undefined;
1943
+ backButton?: {
1944
+ className?: string | undefined;
1945
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1946
+ } | undefined;
1947
+ nextButton?: {
1948
+ className?: string | undefined;
1949
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1950
+ } | undefined;
1951
+ }>>;
1952
+ dropdown: z.ZodOptional<z.ZodObject<{
1953
+ button: z.ZodOptional<z.ZodObject<{
1954
+ container: z.ZodOptional<z.ZodObject<{
1955
+ className: z.ZodOptional<z.ZodString>;
1956
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1957
+ }, "strip", z.ZodTypeAny, {
1958
+ className?: string | undefined;
1959
+ style?: import("react").CSSProperties | undefined;
1960
+ }, {
1961
+ className?: string | undefined;
1962
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1963
+ }>>;
1964
+ icon: z.ZodOptional<z.ZodObject<{
1965
+ className: z.ZodOptional<z.ZodString>;
1966
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1967
+ }, "strip", z.ZodTypeAny, {
1968
+ className?: string | undefined;
1969
+ style?: import("react").CSSProperties | undefined;
1970
+ }, {
1971
+ className?: string | undefined;
1972
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1973
+ }>>;
1974
+ text: z.ZodOptional<z.ZodObject<{
1975
+ className: z.ZodOptional<z.ZodString>;
1976
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
1977
+ }, "strip", z.ZodTypeAny, {
1978
+ className?: string | undefined;
1979
+ style?: import("react").CSSProperties | undefined;
1980
+ }, {
1981
+ className?: string | undefined;
1982
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
1983
+ }>>;
1984
+ }, "strip", z.ZodTypeAny, {
1985
+ container?: {
1986
+ className?: string | undefined;
1987
+ style?: import("react").CSSProperties | undefined;
1988
+ } | undefined;
1989
+ icon?: {
1990
+ className?: string | undefined;
1991
+ style?: import("react").CSSProperties | undefined;
1992
+ } | undefined;
1993
+ text?: {
1994
+ className?: string | undefined;
1995
+ style?: import("react").CSSProperties | undefined;
1996
+ } | undefined;
1997
+ }, {
1998
+ container?: {
1999
+ className?: string | undefined;
2000
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2001
+ } | undefined;
2002
+ icon?: {
2003
+ className?: string | undefined;
2004
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2005
+ } | undefined;
2006
+ text?: {
2007
+ className?: string | undefined;
2008
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2009
+ } | undefined;
2010
+ }>>;
2011
+ content: z.ZodOptional<z.ZodObject<{
2012
+ container: z.ZodOptional<z.ZodObject<{
2013
+ className: z.ZodOptional<z.ZodString>;
2014
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
2015
+ }, "strip", z.ZodTypeAny, {
2016
+ className?: string | undefined;
2017
+ style?: import("react").CSSProperties | undefined;
2018
+ }, {
2019
+ className?: string | undefined;
2020
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2021
+ }>>;
2022
+ item: z.ZodOptional<z.ZodObject<{
2023
+ className: z.ZodOptional<z.ZodString>;
2024
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
2025
+ }, "strip", z.ZodTypeAny, {
2026
+ className?: string | undefined;
2027
+ style?: import("react").CSSProperties | undefined;
2028
+ }, {
2029
+ className?: string | undefined;
2030
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2031
+ }>>;
2032
+ }, "strip", z.ZodTypeAny, {
2033
+ container?: {
2034
+ className?: string | undefined;
2035
+ style?: import("react").CSSProperties | undefined;
2036
+ } | undefined;
2037
+ item?: {
2038
+ className?: string | undefined;
2039
+ style?: import("react").CSSProperties | undefined;
2040
+ } | undefined;
2041
+ }, {
2042
+ container?: {
2043
+ className?: string | undefined;
2044
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2045
+ } | undefined;
2046
+ item?: {
2047
+ className?: string | undefined;
2048
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2049
+ } | undefined;
2050
+ }>>;
2051
+ }, "strip", z.ZodTypeAny, {
2052
+ button?: {
2053
+ container?: {
2054
+ className?: string | undefined;
2055
+ style?: import("react").CSSProperties | undefined;
2056
+ } | undefined;
2057
+ icon?: {
2058
+ className?: string | undefined;
2059
+ style?: import("react").CSSProperties | undefined;
2060
+ } | undefined;
2061
+ text?: {
2062
+ className?: string | undefined;
2063
+ style?: import("react").CSSProperties | undefined;
2064
+ } | undefined;
2065
+ } | undefined;
2066
+ content?: {
2067
+ container?: {
2068
+ className?: string | undefined;
2069
+ style?: import("react").CSSProperties | undefined;
2070
+ } | undefined;
2071
+ item?: {
2072
+ className?: string | undefined;
2073
+ style?: import("react").CSSProperties | undefined;
2074
+ } | undefined;
2075
+ } | undefined;
2076
+ }, {
2077
+ button?: {
2078
+ container?: {
2079
+ className?: string | undefined;
2080
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2081
+ } | undefined;
2082
+ icon?: {
2083
+ className?: string | undefined;
2084
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2085
+ } | undefined;
2086
+ text?: {
2087
+ className?: string | undefined;
2088
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2089
+ } | undefined;
2090
+ } | undefined;
2091
+ content?: {
2092
+ container?: {
2093
+ className?: string | undefined;
2094
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2095
+ } | undefined;
2096
+ item?: {
2097
+ className?: string | undefined;
2098
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2099
+ } | undefined;
2100
+ } | undefined;
2101
+ }>>;
2102
+ }, "strip", z.ZodTypeAny, {
2103
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
2104
+ className?: string | undefined;
2105
+ style?: import("react").CSSProperties | undefined;
2106
+ } | undefined>>;
2107
+ button?: {
2108
+ className?: string | undefined;
2109
+ style?: import("react").CSSProperties | undefined;
2110
+ } | undefined;
2111
+ image?: {
2112
+ image?: {
2113
+ className?: string | undefined;
2114
+ style?: import("react").CSSProperties | undefined;
2115
+ } | undefined;
2116
+ placeholder?: {
2117
+ className?: string | undefined;
2118
+ style?: import("react").CSSProperties | undefined;
2119
+ } | undefined;
2120
+ } | undefined;
2121
+ audio?: {
2122
+ className?: string | undefined;
2123
+ style?: import("react").CSSProperties | undefined;
2124
+ } | undefined;
2125
+ video?: {
2126
+ className?: string | undefined;
2127
+ style?: import("react").CSSProperties | undefined;
2128
+ } | undefined;
2129
+ file?: {
2130
+ container?: {
2131
+ className?: string | undefined;
2132
+ style?: import("react").CSSProperties | undefined;
2133
+ } | undefined;
2134
+ title?: {
2135
+ className?: string | undefined;
2136
+ style?: import("react").CSSProperties | undefined;
2137
+ } | undefined;
2138
+ icon?: {
2139
+ className?: string | undefined;
2140
+ style?: import("react").CSSProperties | undefined;
2141
+ } | undefined;
2142
+ } | undefined;
2143
+ location?: {
2144
+ container?: {
2145
+ className?: string | undefined;
2146
+ style?: import("react").CSSProperties | undefined;
2147
+ } | undefined;
2148
+ title?: {
2149
+ className?: string | undefined;
2150
+ style?: import("react").CSSProperties | undefined;
2151
+ } | undefined;
2152
+ icon?: {
2153
+ className?: string | undefined;
2154
+ style?: import("react").CSSProperties | undefined;
2155
+ } | undefined;
2156
+ } | undefined;
2157
+ column?: {
2158
+ className?: string | undefined;
2159
+ style?: import("react").CSSProperties | undefined;
2160
+ } | undefined;
2161
+ row?: {
2162
+ className?: string | undefined;
2163
+ style?: import("react").CSSProperties | undefined;
2164
+ } | undefined;
2165
+ bubble?: {
2166
+ className?: string | undefined;
2167
+ style?: import("react").CSSProperties | undefined;
2168
+ } | undefined;
2169
+ carousel?: {
2170
+ container?: {
2171
+ className?: string | undefined;
2172
+ style?: import("react").CSSProperties | undefined;
2173
+ } | undefined;
2174
+ slidesContainer?: {
2175
+ className?: string | undefined;
2176
+ style?: import("react").CSSProperties | undefined;
2177
+ } | undefined;
2178
+ backButton?: {
2179
+ className?: string | undefined;
2180
+ style?: import("react").CSSProperties | undefined;
2181
+ } | undefined;
2182
+ nextButton?: {
2183
+ className?: string | undefined;
2184
+ style?: import("react").CSSProperties | undefined;
2185
+ } | undefined;
2186
+ } | undefined;
2187
+ dropdown?: {
2188
+ button?: {
2189
+ container?: {
2190
+ className?: string | undefined;
2191
+ style?: import("react").CSSProperties | undefined;
2192
+ } | undefined;
2193
+ icon?: {
2194
+ className?: string | undefined;
2195
+ style?: import("react").CSSProperties | undefined;
2196
+ } | undefined;
2197
+ text?: {
2198
+ className?: string | undefined;
2199
+ style?: import("react").CSSProperties | undefined;
2200
+ } | undefined;
2201
+ } | undefined;
2202
+ content?: {
2203
+ container?: {
2204
+ className?: string | undefined;
2205
+ style?: import("react").CSSProperties | undefined;
2206
+ } | undefined;
2207
+ item?: {
2208
+ className?: string | undefined;
2209
+ style?: import("react").CSSProperties | undefined;
2210
+ } | undefined;
2211
+ } | undefined;
2212
+ } | undefined;
2213
+ }, {
2214
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
2215
+ className?: string | undefined;
2216
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2217
+ } | undefined>>;
2218
+ button?: {
2219
+ className?: string | undefined;
2220
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2221
+ } | undefined;
2222
+ image?: {
2223
+ image?: {
2224
+ className?: string | undefined;
2225
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2226
+ } | undefined;
2227
+ placeholder?: {
2228
+ className?: string | undefined;
2229
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2230
+ } | undefined;
2231
+ } | undefined;
2232
+ audio?: {
2233
+ className?: string | undefined;
2234
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2235
+ } | undefined;
2236
+ video?: {
2237
+ className?: string | undefined;
2238
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2239
+ } | undefined;
2240
+ file?: {
2241
+ container?: {
2242
+ className?: string | undefined;
2243
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2244
+ } | undefined;
2245
+ title?: {
2246
+ className?: string | undefined;
2247
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2248
+ } | undefined;
2249
+ icon?: {
2250
+ className?: string | undefined;
2251
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2252
+ } | undefined;
2253
+ } | undefined;
2254
+ location?: {
2255
+ container?: {
2256
+ className?: string | undefined;
2257
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2258
+ } | undefined;
2259
+ title?: {
2260
+ className?: string | undefined;
2261
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2262
+ } | undefined;
2263
+ icon?: {
2264
+ className?: string | undefined;
2265
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2266
+ } | undefined;
2267
+ } | undefined;
2268
+ column?: {
2269
+ className?: string | undefined;
2270
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2271
+ } | undefined;
2272
+ row?: {
2273
+ className?: string | undefined;
2274
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2275
+ } | undefined;
2276
+ bubble?: {
2277
+ className?: string | undefined;
2278
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2279
+ } | undefined;
2280
+ carousel?: {
2281
+ container?: {
2282
+ className?: string | undefined;
2283
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2284
+ } | undefined;
2285
+ slidesContainer?: {
2286
+ className?: string | undefined;
2287
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2288
+ } | undefined;
2289
+ backButton?: {
2290
+ className?: string | undefined;
2291
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2292
+ } | undefined;
2293
+ nextButton?: {
2294
+ className?: string | undefined;
2295
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2296
+ } | undefined;
2297
+ } | undefined;
2298
+ dropdown?: {
2299
+ button?: {
2300
+ container?: {
2301
+ className?: string | undefined;
2302
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2303
+ } | undefined;
2304
+ icon?: {
2305
+ className?: string | undefined;
2306
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2307
+ } | undefined;
2308
+ text?: {
2309
+ className?: string | undefined;
2310
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2311
+ } | undefined;
2312
+ } | undefined;
2313
+ content?: {
2314
+ container?: {
2315
+ className?: string | undefined;
2316
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2317
+ } | undefined;
2318
+ item?: {
2319
+ className?: string | undefined;
2320
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2321
+ } | undefined;
2322
+ } | undefined;
2323
+ } | undefined;
2324
+ }>>;
2325
+ }, "strip", z.ZodTypeAny, {
2326
+ container?: {
2327
+ className?: string | undefined;
2328
+ style?: import("react").CSSProperties | undefined;
2329
+ } | undefined;
2330
+ avatar?: {
2331
+ container?: {
2332
+ className?: string | undefined;
2333
+ style?: import("react").CSSProperties | undefined;
2334
+ } | undefined;
2335
+ image?: {
2336
+ className?: string | undefined;
2337
+ style?: import("react").CSSProperties | undefined;
2338
+ } | undefined;
2339
+ fallback?: {
2340
+ className?: string | undefined;
2341
+ style?: import("react").CSSProperties | undefined;
2342
+ } | undefined;
2343
+ } | undefined;
2344
+ blocks?: {
2345
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
2346
+ className?: string | undefined;
2347
+ style?: import("react").CSSProperties | undefined;
2348
+ } | undefined>>;
2349
+ button?: {
2350
+ className?: string | undefined;
2351
+ style?: import("react").CSSProperties | undefined;
2352
+ } | undefined;
2353
+ image?: {
2354
+ image?: {
2355
+ className?: string | undefined;
2356
+ style?: import("react").CSSProperties | undefined;
2357
+ } | undefined;
2358
+ placeholder?: {
2359
+ className?: string | undefined;
2360
+ style?: import("react").CSSProperties | undefined;
2361
+ } | undefined;
2362
+ } | undefined;
2363
+ audio?: {
2364
+ className?: string | undefined;
2365
+ style?: import("react").CSSProperties | undefined;
2366
+ } | undefined;
2367
+ video?: {
2368
+ className?: string | undefined;
2369
+ style?: import("react").CSSProperties | undefined;
2370
+ } | undefined;
2371
+ file?: {
2372
+ container?: {
2373
+ className?: string | undefined;
2374
+ style?: import("react").CSSProperties | undefined;
2375
+ } | undefined;
2376
+ title?: {
2377
+ className?: string | undefined;
2378
+ style?: import("react").CSSProperties | undefined;
2379
+ } | undefined;
2380
+ icon?: {
2381
+ className?: string | undefined;
2382
+ style?: import("react").CSSProperties | undefined;
2383
+ } | undefined;
2384
+ } | undefined;
2385
+ location?: {
2386
+ container?: {
2387
+ className?: string | undefined;
2388
+ style?: import("react").CSSProperties | undefined;
2389
+ } | undefined;
2390
+ title?: {
2391
+ className?: string | undefined;
2392
+ style?: import("react").CSSProperties | undefined;
2393
+ } | undefined;
2394
+ icon?: {
2395
+ className?: string | undefined;
2396
+ style?: import("react").CSSProperties | undefined;
2397
+ } | undefined;
2398
+ } | undefined;
2399
+ column?: {
2400
+ className?: string | undefined;
2401
+ style?: import("react").CSSProperties | undefined;
2402
+ } | undefined;
2403
+ row?: {
2404
+ className?: string | undefined;
2405
+ style?: import("react").CSSProperties | undefined;
2406
+ } | undefined;
2407
+ bubble?: {
2408
+ className?: string | undefined;
2409
+ style?: import("react").CSSProperties | undefined;
2410
+ } | undefined;
2411
+ carousel?: {
2412
+ container?: {
2413
+ className?: string | undefined;
2414
+ style?: import("react").CSSProperties | undefined;
2415
+ } | undefined;
2416
+ slidesContainer?: {
2417
+ className?: string | undefined;
2418
+ style?: import("react").CSSProperties | undefined;
2419
+ } | undefined;
2420
+ backButton?: {
2421
+ className?: string | undefined;
2422
+ style?: import("react").CSSProperties | undefined;
2423
+ } | undefined;
2424
+ nextButton?: {
2425
+ className?: string | undefined;
2426
+ style?: import("react").CSSProperties | undefined;
2427
+ } | undefined;
2428
+ } | undefined;
2429
+ dropdown?: {
2430
+ button?: {
2431
+ container?: {
2432
+ className?: string | undefined;
2433
+ style?: import("react").CSSProperties | undefined;
2434
+ } | undefined;
2435
+ icon?: {
2436
+ className?: string | undefined;
2437
+ style?: import("react").CSSProperties | undefined;
2438
+ } | undefined;
2439
+ text?: {
2440
+ className?: string | undefined;
2441
+ style?: import("react").CSSProperties | undefined;
2442
+ } | undefined;
2443
+ } | undefined;
2444
+ content?: {
2445
+ container?: {
2446
+ className?: string | undefined;
2447
+ style?: import("react").CSSProperties | undefined;
2448
+ } | undefined;
2449
+ item?: {
2450
+ className?: string | undefined;
2451
+ style?: import("react").CSSProperties | undefined;
2452
+ } | undefined;
2453
+ } | undefined;
2454
+ } | undefined;
2455
+ } | undefined;
2456
+ }, {
2457
+ container?: {
2458
+ className?: string | undefined;
2459
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2460
+ } | undefined;
2461
+ avatar?: {
2462
+ container?: {
2463
+ className?: string | undefined;
2464
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2465
+ } | undefined;
2466
+ image?: {
2467
+ className?: string | undefined;
2468
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2469
+ } | undefined;
2470
+ fallback?: {
2471
+ className?: string | undefined;
2472
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2473
+ } | undefined;
2474
+ } | undefined;
2475
+ blocks?: {
2476
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
2477
+ className?: string | undefined;
2478
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2479
+ } | undefined>>;
2480
+ button?: {
2481
+ className?: string | undefined;
2482
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2483
+ } | undefined;
2484
+ image?: {
2485
+ image?: {
2486
+ className?: string | undefined;
2487
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2488
+ } | undefined;
2489
+ placeholder?: {
2490
+ className?: string | undefined;
2491
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2492
+ } | undefined;
2493
+ } | undefined;
2494
+ audio?: {
2495
+ className?: string | undefined;
2496
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2497
+ } | undefined;
2498
+ video?: {
2499
+ className?: string | undefined;
2500
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2501
+ } | undefined;
2502
+ file?: {
2503
+ container?: {
2504
+ className?: string | undefined;
2505
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2506
+ } | undefined;
2507
+ title?: {
2508
+ className?: string | undefined;
2509
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2510
+ } | undefined;
2511
+ icon?: {
2512
+ className?: string | undefined;
2513
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2514
+ } | undefined;
2515
+ } | undefined;
2516
+ location?: {
2517
+ container?: {
2518
+ className?: string | undefined;
2519
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2520
+ } | undefined;
2521
+ title?: {
2522
+ className?: string | undefined;
2523
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2524
+ } | undefined;
2525
+ icon?: {
2526
+ className?: string | undefined;
2527
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2528
+ } | undefined;
2529
+ } | undefined;
2530
+ column?: {
2531
+ className?: string | undefined;
2532
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2533
+ } | undefined;
2534
+ row?: {
2535
+ className?: string | undefined;
2536
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2537
+ } | undefined;
2538
+ bubble?: {
2539
+ className?: string | undefined;
2540
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2541
+ } | undefined;
2542
+ carousel?: {
2543
+ container?: {
2544
+ className?: string | undefined;
2545
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2546
+ } | undefined;
2547
+ slidesContainer?: {
2548
+ className?: string | undefined;
2549
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2550
+ } | undefined;
2551
+ backButton?: {
2552
+ className?: string | undefined;
2553
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2554
+ } | undefined;
2555
+ nextButton?: {
2556
+ className?: string | undefined;
2557
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2558
+ } | undefined;
2559
+ } | undefined;
2560
+ dropdown?: {
2561
+ button?: {
2562
+ container?: {
2563
+ className?: string | undefined;
2564
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2565
+ } | undefined;
2566
+ icon?: {
2567
+ className?: string | undefined;
2568
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2569
+ } | undefined;
2570
+ text?: {
2571
+ className?: string | undefined;
2572
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2573
+ } | undefined;
2574
+ } | undefined;
2575
+ content?: {
2576
+ container?: {
2577
+ className?: string | undefined;
2578
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2579
+ } | undefined;
2580
+ item?: {
2581
+ className?: string | undefined;
2582
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2583
+ } | undefined;
2584
+ } | undefined;
2585
+ } | undefined;
2586
+ } | undefined;
2587
+ }>>;
2588
+ loadingIndicator: z.ZodOptional<z.ZodObject<{
2589
+ container: z.ZodOptional<z.ZodObject<{
2590
+ className: z.ZodOptional<z.ZodString>;
2591
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
2592
+ }, "strip", z.ZodTypeAny, {
2593
+ className?: string | undefined;
2594
+ style?: import("react").CSSProperties | undefined;
2595
+ }, {
2596
+ className?: string | undefined;
2597
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2598
+ }>>;
2599
+ loader: z.ZodOptional<z.ZodObject<{
2600
+ className: z.ZodOptional<z.ZodString>;
2601
+ style: z.ZodOptional<z.ZodEffects<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>, import("react").CSSProperties, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
2602
+ }, "strip", z.ZodTypeAny, {
2603
+ className?: string | undefined;
2604
+ style?: import("react").CSSProperties | undefined;
2605
+ }, {
2606
+ className?: string | undefined;
2607
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2608
+ }>>;
2609
+ }, "strip", z.ZodTypeAny, {
2610
+ container?: {
2611
+ className?: string | undefined;
2612
+ style?: import("react").CSSProperties | undefined;
2613
+ } | undefined;
2614
+ loader?: {
2615
+ className?: string | undefined;
2616
+ style?: import("react").CSSProperties | undefined;
2617
+ } | undefined;
2618
+ }, {
2619
+ container?: {
2620
+ className?: string | undefined;
2621
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2622
+ } | undefined;
2623
+ loader?: {
2624
+ className?: string | undefined;
2625
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
2626
+ } | undefined;
2627
+ }>>;
2628
+ }, "strip", z.ZodTypeAny, {
2629
+ container?: {
2630
+ className?: string | undefined;
2631
+ style?: import("react").CSSProperties | undefined;
2632
+ } | undefined;
2633
+ modal?: {
2634
+ overlay?: {
2635
+ className?: string | undefined;
2636
+ style?: import("react").CSSProperties | undefined;
2637
+ } | undefined;
2638
+ container?: {
2639
+ className?: string | undefined;
2640
+ style?: import("react").CSSProperties | undefined;
2641
+ } | undefined;
2642
+ dialog?: {
2643
+ container?: {
2644
+ className?: string | undefined;
2645
+ style?: import("react").CSSProperties | undefined;
2646
+ } | undefined;
2647
+ title?: {
2648
+ container?: {
2649
+ className?: string | undefined;
2650
+ style?: import("react").CSSProperties | undefined;
2651
+ } | undefined;
2652
+ text?: {
2653
+ className?: string | undefined;
2654
+ style?: import("react").CSSProperties | undefined;
2655
+ } | undefined;
2656
+ closeIcon?: {
2657
+ className?: string | undefined;
2658
+ style?: import("react").CSSProperties | undefined;
2659
+ } | undefined;
2660
+ } | undefined;
2661
+ content?: {
2662
+ className?: string | undefined;
2663
+ style?: import("react").CSSProperties | undefined;
2664
+ } | undefined;
2665
+ newConversation?: {
2666
+ text?: {
2667
+ className?: string | undefined;
2668
+ style?: import("react").CSSProperties | undefined;
2669
+ } | undefined;
2670
+ button?: {
2671
+ className?: string | undefined;
2672
+ style?: import("react").CSSProperties | undefined;
2673
+ } | undefined;
2674
+ } | undefined;
2675
+ } | undefined;
2676
+ } | undefined;
2677
+ notification?: {
2678
+ container?: {
2679
+ className?: string | undefined;
2680
+ style?: import("react").CSSProperties | undefined;
2681
+ } | undefined;
2682
+ title?: {
2683
+ className?: string | undefined;
2684
+ style?: import("react").CSSProperties | undefined;
2685
+ } | undefined;
2686
+ description?: {
2687
+ className?: string | undefined;
2688
+ style?: import("react").CSSProperties | undefined;
2689
+ } | undefined;
2690
+ icon?: {
2691
+ className?: string | undefined;
2692
+ style?: import("react").CSSProperties | undefined;
2693
+ } | undefined;
2694
+ closeIcon?: {
2695
+ className?: string | undefined;
2696
+ style?: import("react").CSSProperties | undefined;
2697
+ } | undefined;
2698
+ } | undefined;
2699
+ header?: {
2700
+ content: {
2701
+ container?: {
2702
+ className?: string | undefined;
2703
+ style?: import("react").CSSProperties | undefined;
2704
+ } | undefined;
2705
+ title?: {
2706
+ className?: string | undefined;
2707
+ style?: import("react").CSSProperties | undefined;
2708
+ } | undefined;
2709
+ description?: {
2710
+ className?: string | undefined;
2711
+ style?: import("react").CSSProperties | undefined;
2712
+ } | undefined;
2713
+ avatar?: {
2714
+ container?: {
2715
+ className?: string | undefined;
2716
+ style?: import("react").CSSProperties | undefined;
2717
+ } | undefined;
2718
+ image?: {
2719
+ className?: string | undefined;
2720
+ style?: import("react").CSSProperties | undefined;
2721
+ } | undefined;
2722
+ fallback?: {
2723
+ className?: string | undefined;
2724
+ style?: import("react").CSSProperties | undefined;
2725
+ } | undefined;
2726
+ } | undefined;
2727
+ actions?: {
2728
+ container?: {
2729
+ className?: string | undefined;
2730
+ style?: import("react").CSSProperties | undefined;
2731
+ } | undefined;
2732
+ icons?: {
2733
+ className?: string | undefined;
2734
+ style?: import("react").CSSProperties | undefined;
2735
+ } | undefined;
2736
+ } | undefined;
2737
+ };
2738
+ container?: {
2739
+ className?: string | undefined;
2740
+ style?: import("react").CSSProperties | undefined;
2741
+ } | undefined;
2742
+ expandedContent?: {
2743
+ container?: {
2744
+ className?: string | undefined;
2745
+ style?: import("react").CSSProperties | undefined;
2746
+ } | undefined;
2747
+ descriptionItems?: {
2748
+ container?: {
2749
+ className?: string | undefined;
2750
+ style?: import("react").CSSProperties | undefined;
2751
+ } | undefined;
2752
+ icon?: {
2753
+ className?: string | undefined;
2754
+ style?: import("react").CSSProperties | undefined;
2755
+ } | undefined;
2756
+ text?: {
2757
+ className?: string | undefined;
2758
+ style?: import("react").CSSProperties | undefined;
2759
+ } | undefined;
2760
+ link?: {
2761
+ className?: string | undefined;
2762
+ style?: import("react").CSSProperties | undefined;
2763
+ } | undefined;
2764
+ } | undefined;
2765
+ } | undefined;
2766
+ description?: {
2767
+ container?: {
2768
+ className?: string | undefined;
2769
+ style?: import("react").CSSProperties | undefined;
2770
+ } | undefined;
2771
+ title?: {
2772
+ className?: string | undefined;
2773
+ style?: import("react").CSSProperties | undefined;
2774
+ } | undefined;
2775
+ subtitle?: {
2776
+ className?: string | undefined;
2777
+ style?: import("react").CSSProperties | undefined;
2778
+ } | undefined;
2779
+ } | undefined;
2780
+ newConversationIcon?: {
2781
+ className?: string | undefined;
2782
+ style?: import("react").CSSProperties | undefined;
2783
+ } | undefined;
2784
+ } | undefined;
2785
+ composer?: {
2786
+ container?: {
2787
+ className?: string | undefined;
2788
+ style?: import("react").CSSProperties | undefined;
2789
+ } | undefined;
2790
+ input?: {
2791
+ className?: string | undefined;
2792
+ style?: import("react").CSSProperties | undefined;
2793
+ } | undefined;
2794
+ button?: {
2795
+ container?: {
2796
+ className?: string | undefined;
2797
+ style?: import("react").CSSProperties | undefined;
2798
+ } | undefined;
2799
+ icon?: {
2800
+ className?: string | undefined;
2801
+ style?: import("react").CSSProperties | undefined;
2802
+ } | undefined;
2803
+ } | undefined;
2804
+ } | undefined;
2805
+ fab?: {
2806
+ icon?: {
2807
+ className?: string | undefined;
2808
+ style?: import("react").CSSProperties | undefined;
2809
+ } | undefined;
2810
+ container?: {
2811
+ className?: string | undefined;
2812
+ style?: import("react").CSSProperties | undefined;
2813
+ } | undefined;
2814
+ } | undefined;
2815
+ messageList?: {
2816
+ container?: {
2817
+ className?: string | undefined;
2818
+ style?: import("react").CSSProperties | undefined;
2819
+ } | undefined;
2820
+ marquee?: {
2821
+ content?: {
2822
+ className?: string | undefined;
2823
+ style?: import("react").CSSProperties | undefined;
2824
+ } | undefined;
2825
+ title?: {
2826
+ className?: string | undefined;
2827
+ style?: import("react").CSSProperties | undefined;
2828
+ } | undefined;
2829
+ description?: {
2830
+ className?: string | undefined;
2831
+ style?: import("react").CSSProperties | undefined;
2832
+ } | undefined;
2833
+ avatar?: {
2834
+ container?: {
2835
+ className?: string | undefined;
2836
+ style?: import("react").CSSProperties | undefined;
2837
+ } | undefined;
2838
+ image?: {
2839
+ className?: string | undefined;
2840
+ style?: import("react").CSSProperties | undefined;
2841
+ } | undefined;
2842
+ fallback?: {
2843
+ className?: string | undefined;
2844
+ style?: import("react").CSSProperties | undefined;
2845
+ } | undefined;
2846
+ } | undefined;
2847
+ container?: {
2848
+ className?: string | undefined;
2849
+ style?: import("react").CSSProperties | undefined;
2850
+ } | undefined;
2851
+ } | undefined;
2852
+ scrollDownButton?: {
2853
+ container?: {
2854
+ className?: string | undefined;
2855
+ style?: import("react").CSSProperties | undefined;
2856
+ } | undefined;
2857
+ button?: {
2858
+ className?: string | undefined;
2859
+ style?: import("react").CSSProperties | undefined;
2860
+ } | undefined;
2861
+ icon?: {
2862
+ className?: string | undefined;
2863
+ style?: import("react").CSSProperties | undefined;
2864
+ } | undefined;
2865
+ } | undefined;
2866
+ } | undefined;
2867
+ message?: {
2868
+ container?: {
2869
+ className?: string | undefined;
2870
+ style?: import("react").CSSProperties | undefined;
2871
+ } | undefined;
2872
+ avatar?: {
2873
+ container?: {
2874
+ className?: string | undefined;
2875
+ style?: import("react").CSSProperties | undefined;
2876
+ } | undefined;
2877
+ image?: {
2878
+ className?: string | undefined;
2879
+ style?: import("react").CSSProperties | undefined;
2880
+ } | undefined;
2881
+ fallback?: {
2882
+ className?: string | undefined;
2883
+ style?: import("react").CSSProperties | undefined;
2884
+ } | undefined;
2885
+ } | undefined;
2886
+ blocks?: {
2887
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
2888
+ className?: string | undefined;
2889
+ style?: import("react").CSSProperties | undefined;
2890
+ } | undefined>>;
2891
+ button?: {
2892
+ className?: string | undefined;
2893
+ style?: import("react").CSSProperties | undefined;
2894
+ } | undefined;
2895
+ image?: {
2896
+ image?: {
2897
+ className?: string | undefined;
2898
+ style?: import("react").CSSProperties | undefined;
2899
+ } | undefined;
2900
+ placeholder?: {
2901
+ className?: string | undefined;
2902
+ style?: import("react").CSSProperties | undefined;
2903
+ } | undefined;
2904
+ } | undefined;
2905
+ audio?: {
2906
+ className?: string | undefined;
2907
+ style?: import("react").CSSProperties | undefined;
2908
+ } | undefined;
2909
+ video?: {
2910
+ className?: string | undefined;
2911
+ style?: import("react").CSSProperties | undefined;
2912
+ } | undefined;
2913
+ file?: {
2914
+ container?: {
2915
+ className?: string | undefined;
2916
+ style?: import("react").CSSProperties | undefined;
2917
+ } | undefined;
2918
+ title?: {
2919
+ className?: string | undefined;
2920
+ style?: import("react").CSSProperties | undefined;
2921
+ } | undefined;
2922
+ icon?: {
2923
+ className?: string | undefined;
2924
+ style?: import("react").CSSProperties | undefined;
2925
+ } | undefined;
2926
+ } | undefined;
2927
+ location?: {
2928
+ container?: {
2929
+ className?: string | undefined;
2930
+ style?: import("react").CSSProperties | undefined;
2931
+ } | undefined;
2932
+ title?: {
2933
+ className?: string | undefined;
2934
+ style?: import("react").CSSProperties | undefined;
2935
+ } | undefined;
2936
+ icon?: {
2937
+ className?: string | undefined;
2938
+ style?: import("react").CSSProperties | undefined;
2939
+ } | undefined;
2940
+ } | undefined;
2941
+ column?: {
2942
+ className?: string | undefined;
2943
+ style?: import("react").CSSProperties | undefined;
2944
+ } | undefined;
2945
+ row?: {
2946
+ className?: string | undefined;
2947
+ style?: import("react").CSSProperties | undefined;
2948
+ } | undefined;
2949
+ bubble?: {
2950
+ className?: string | undefined;
2951
+ style?: import("react").CSSProperties | undefined;
2952
+ } | undefined;
2953
+ carousel?: {
2954
+ container?: {
2955
+ className?: string | undefined;
2956
+ style?: import("react").CSSProperties | undefined;
2957
+ } | undefined;
2958
+ slidesContainer?: {
2959
+ className?: string | undefined;
2960
+ style?: import("react").CSSProperties | undefined;
2961
+ } | undefined;
2962
+ backButton?: {
2963
+ className?: string | undefined;
2964
+ style?: import("react").CSSProperties | undefined;
2965
+ } | undefined;
2966
+ nextButton?: {
2967
+ className?: string | undefined;
2968
+ style?: import("react").CSSProperties | undefined;
2969
+ } | undefined;
2970
+ } | undefined;
2971
+ dropdown?: {
2972
+ button?: {
2973
+ container?: {
2974
+ className?: string | undefined;
2975
+ style?: import("react").CSSProperties | undefined;
2976
+ } | undefined;
2977
+ icon?: {
2978
+ className?: string | undefined;
2979
+ style?: import("react").CSSProperties | undefined;
2980
+ } | undefined;
2981
+ text?: {
2982
+ className?: string | undefined;
2983
+ style?: import("react").CSSProperties | undefined;
2984
+ } | undefined;
2985
+ } | undefined;
2986
+ content?: {
2987
+ container?: {
2988
+ className?: string | undefined;
2989
+ style?: import("react").CSSProperties | undefined;
2990
+ } | undefined;
2991
+ item?: {
2992
+ className?: string | undefined;
2993
+ style?: import("react").CSSProperties | undefined;
2994
+ } | undefined;
2995
+ } | undefined;
2996
+ } | undefined;
2997
+ } | undefined;
2998
+ } | undefined;
2999
+ loadingIndicator?: {
3000
+ container?: {
3001
+ className?: string | undefined;
3002
+ style?: import("react").CSSProperties | undefined;
3003
+ } | undefined;
3004
+ loader?: {
3005
+ className?: string | undefined;
3006
+ style?: import("react").CSSProperties | undefined;
3007
+ } | undefined;
3008
+ } | undefined;
3009
+ }, {
3010
+ container?: {
3011
+ className?: string | undefined;
3012
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3013
+ } | undefined;
3014
+ modal?: {
3015
+ overlay?: {
3016
+ className?: string | undefined;
3017
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3018
+ } | undefined;
3019
+ container?: {
3020
+ className?: string | undefined;
3021
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3022
+ } | undefined;
3023
+ dialog?: {
3024
+ container?: {
3025
+ className?: string | undefined;
3026
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3027
+ } | undefined;
3028
+ title?: {
3029
+ container?: {
3030
+ className?: string | undefined;
3031
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3032
+ } | undefined;
3033
+ text?: {
3034
+ className?: string | undefined;
3035
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3036
+ } | undefined;
3037
+ closeIcon?: {
3038
+ className?: string | undefined;
3039
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3040
+ } | undefined;
3041
+ } | undefined;
3042
+ content?: {
3043
+ className?: string | undefined;
3044
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3045
+ } | undefined;
3046
+ newConversation?: {
3047
+ text?: {
3048
+ className?: string | undefined;
3049
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3050
+ } | undefined;
3051
+ button?: {
3052
+ className?: string | undefined;
3053
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3054
+ } | undefined;
3055
+ } | undefined;
3056
+ } | undefined;
3057
+ } | undefined;
3058
+ notification?: {
3059
+ container?: {
3060
+ className?: string | undefined;
3061
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3062
+ } | undefined;
3063
+ title?: {
3064
+ className?: string | undefined;
3065
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3066
+ } | undefined;
3067
+ description?: {
3068
+ className?: string | undefined;
3069
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3070
+ } | undefined;
3071
+ icon?: {
3072
+ className?: string | undefined;
3073
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3074
+ } | undefined;
3075
+ closeIcon?: {
3076
+ className?: string | undefined;
3077
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3078
+ } | undefined;
3079
+ } | undefined;
3080
+ header?: {
3081
+ content: {
3082
+ container?: {
3083
+ className?: string | undefined;
3084
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3085
+ } | undefined;
3086
+ title?: {
3087
+ className?: string | undefined;
3088
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3089
+ } | undefined;
3090
+ description?: {
3091
+ className?: string | undefined;
3092
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3093
+ } | undefined;
3094
+ avatar?: {
3095
+ container?: {
3096
+ className?: string | undefined;
3097
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3098
+ } | undefined;
3099
+ image?: {
3100
+ className?: string | undefined;
3101
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3102
+ } | undefined;
3103
+ fallback?: {
3104
+ className?: string | undefined;
3105
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3106
+ } | undefined;
3107
+ } | undefined;
3108
+ actions?: {
3109
+ container?: {
3110
+ className?: string | undefined;
3111
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3112
+ } | undefined;
3113
+ icons?: {
3114
+ className?: string | undefined;
3115
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3116
+ } | undefined;
3117
+ } | undefined;
3118
+ };
3119
+ container?: {
3120
+ className?: string | undefined;
3121
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3122
+ } | undefined;
3123
+ expandedContent?: {
3124
+ container?: {
3125
+ className?: string | undefined;
3126
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3127
+ } | undefined;
3128
+ descriptionItems?: {
3129
+ container?: {
3130
+ className?: string | undefined;
3131
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3132
+ } | undefined;
3133
+ icon?: {
3134
+ className?: string | undefined;
3135
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3136
+ } | undefined;
3137
+ text?: {
3138
+ className?: string | undefined;
3139
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3140
+ } | undefined;
3141
+ link?: {
3142
+ className?: string | undefined;
3143
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3144
+ } | undefined;
3145
+ } | undefined;
3146
+ } | undefined;
3147
+ description?: {
3148
+ container?: {
3149
+ className?: string | undefined;
3150
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3151
+ } | undefined;
3152
+ title?: {
3153
+ className?: string | undefined;
3154
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3155
+ } | undefined;
3156
+ subtitle?: {
3157
+ className?: string | undefined;
3158
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3159
+ } | undefined;
3160
+ } | undefined;
3161
+ newConversationIcon?: {
3162
+ className?: string | undefined;
3163
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3164
+ } | undefined;
3165
+ } | undefined;
3166
+ composer?: {
3167
+ container?: {
3168
+ className?: string | undefined;
3169
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3170
+ } | undefined;
3171
+ input?: {
3172
+ className?: string | undefined;
3173
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3174
+ } | undefined;
3175
+ button?: {
3176
+ container?: {
3177
+ className?: string | undefined;
3178
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3179
+ } | undefined;
3180
+ icon?: {
3181
+ className?: string | undefined;
3182
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3183
+ } | undefined;
3184
+ } | undefined;
3185
+ } | undefined;
3186
+ fab?: {
3187
+ icon?: {
3188
+ className?: string | undefined;
3189
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3190
+ } | undefined;
3191
+ container?: {
3192
+ className?: string | undefined;
3193
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3194
+ } | undefined;
3195
+ } | undefined;
3196
+ messageList?: {
3197
+ container?: {
3198
+ className?: string | undefined;
3199
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3200
+ } | undefined;
3201
+ marquee?: {
3202
+ content?: {
3203
+ className?: string | undefined;
3204
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3205
+ } | undefined;
3206
+ title?: {
3207
+ className?: string | undefined;
3208
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3209
+ } | undefined;
3210
+ description?: {
3211
+ className?: string | undefined;
3212
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3213
+ } | undefined;
3214
+ avatar?: {
3215
+ container?: {
3216
+ className?: string | undefined;
3217
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3218
+ } | undefined;
3219
+ image?: {
3220
+ className?: string | undefined;
3221
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3222
+ } | undefined;
3223
+ fallback?: {
3224
+ className?: string | undefined;
3225
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3226
+ } | undefined;
3227
+ } | undefined;
3228
+ container?: {
3229
+ className?: string | undefined;
3230
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3231
+ } | undefined;
3232
+ } | undefined;
3233
+ scrollDownButton?: {
3234
+ container?: {
3235
+ className?: string | undefined;
3236
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3237
+ } | undefined;
3238
+ button?: {
3239
+ className?: string | undefined;
3240
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3241
+ } | undefined;
3242
+ icon?: {
3243
+ className?: string | undefined;
3244
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3245
+ } | undefined;
3246
+ } | undefined;
3247
+ } | undefined;
3248
+ message?: {
3249
+ container?: {
3250
+ className?: string | undefined;
3251
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3252
+ } | undefined;
3253
+ avatar?: {
3254
+ container?: {
3255
+ className?: string | undefined;
3256
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3257
+ } | undefined;
3258
+ image?: {
3259
+ className?: string | undefined;
3260
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3261
+ } | undefined;
3262
+ fallback?: {
3263
+ className?: string | undefined;
3264
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3265
+ } | undefined;
3266
+ } | undefined;
3267
+ blocks?: {
3268
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
3269
+ className?: string | undefined;
3270
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3271
+ } | undefined>>;
3272
+ button?: {
3273
+ className?: string | undefined;
3274
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3275
+ } | undefined;
3276
+ image?: {
3277
+ image?: {
3278
+ className?: string | undefined;
3279
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3280
+ } | undefined;
3281
+ placeholder?: {
3282
+ className?: string | undefined;
3283
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3284
+ } | undefined;
3285
+ } | undefined;
3286
+ audio?: {
3287
+ className?: string | undefined;
3288
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3289
+ } | undefined;
3290
+ video?: {
3291
+ className?: string | undefined;
3292
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3293
+ } | undefined;
3294
+ file?: {
3295
+ container?: {
3296
+ className?: string | undefined;
3297
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3298
+ } | undefined;
3299
+ title?: {
3300
+ className?: string | undefined;
3301
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3302
+ } | undefined;
3303
+ icon?: {
3304
+ className?: string | undefined;
3305
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3306
+ } | undefined;
3307
+ } | undefined;
3308
+ location?: {
3309
+ container?: {
3310
+ className?: string | undefined;
3311
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3312
+ } | undefined;
3313
+ title?: {
3314
+ className?: string | undefined;
3315
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3316
+ } | undefined;
3317
+ icon?: {
3318
+ className?: string | undefined;
3319
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3320
+ } | undefined;
3321
+ } | undefined;
3322
+ column?: {
3323
+ className?: string | undefined;
3324
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3325
+ } | undefined;
3326
+ row?: {
3327
+ className?: string | undefined;
3328
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3329
+ } | undefined;
3330
+ bubble?: {
3331
+ className?: string | undefined;
3332
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3333
+ } | undefined;
3334
+ carousel?: {
3335
+ container?: {
3336
+ className?: string | undefined;
3337
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3338
+ } | undefined;
3339
+ slidesContainer?: {
3340
+ className?: string | undefined;
3341
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3342
+ } | undefined;
3343
+ backButton?: {
3344
+ className?: string | undefined;
3345
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3346
+ } | undefined;
3347
+ nextButton?: {
3348
+ className?: string | undefined;
3349
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3350
+ } | undefined;
3351
+ } | undefined;
3352
+ dropdown?: {
3353
+ button?: {
3354
+ container?: {
3355
+ className?: string | undefined;
3356
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3357
+ } | undefined;
3358
+ icon?: {
3359
+ className?: string | undefined;
3360
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3361
+ } | undefined;
3362
+ text?: {
3363
+ className?: string | undefined;
3364
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3365
+ } | undefined;
3366
+ } | undefined;
3367
+ content?: {
3368
+ container?: {
3369
+ className?: string | undefined;
3370
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3371
+ } | undefined;
3372
+ item?: {
3373
+ className?: string | undefined;
3374
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3375
+ } | undefined;
3376
+ } | undefined;
3377
+ } | undefined;
3378
+ } | undefined;
3379
+ } | undefined;
3380
+ loadingIndicator?: {
3381
+ container?: {
3382
+ className?: string | undefined;
3383
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3384
+ } | undefined;
3385
+ loader?: {
3386
+ className?: string | undefined;
3387
+ style?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
3388
+ } | undefined;
3389
+ } | undefined;
3390
+ }>>>;
3391
+ style: z.ZodCatch<z.ZodOptional<z.ZodString>>;
3392
+ user: z.ZodCatch<z.ZodOptional<z.ZodObject<{
3393
+ data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3394
+ }, "strip", z.ZodTypeAny, {
3395
+ data?: Record<string, string> | undefined;
3396
+ }, {
3397
+ data?: Record<string, string> | undefined;
3398
+ }>>>;
3399
+ }, "strip", z.ZodTypeAny, {
3400
+ configuration?: {
3401
+ composerPlaceholder?: string | undefined;
3402
+ botName?: string | undefined;
3403
+ botAvatar?: string | undefined;
3404
+ botDescription?: string | undefined;
3405
+ website?: {
3406
+ title: string;
3407
+ link?: string | undefined;
3408
+ } | undefined;
3409
+ email?: {
3410
+ title: string;
3411
+ link?: string | undefined;
3412
+ } | undefined;
3413
+ phone?: {
3414
+ title: string;
3415
+ link?: string | undefined;
3416
+ } | undefined;
3417
+ privacyPolicy?: {
3418
+ title: string;
3419
+ link?: string | undefined;
3420
+ } | undefined;
3421
+ termsOfService?: {
3422
+ title: string;
3423
+ link?: string | undefined;
3424
+ } | undefined;
3425
+ } | undefined;
3426
+ theme?: {
3427
+ container?: {
3428
+ className?: string | undefined;
3429
+ style?: import("react").CSSProperties | undefined;
3430
+ } | undefined;
3431
+ modal?: {
3432
+ overlay?: {
3433
+ className?: string | undefined;
3434
+ style?: import("react").CSSProperties | undefined;
3435
+ } | undefined;
3436
+ container?: {
3437
+ className?: string | undefined;
3438
+ style?: import("react").CSSProperties | undefined;
3439
+ } | undefined;
3440
+ dialog?: {
3441
+ container?: {
3442
+ className?: string | undefined;
3443
+ style?: import("react").CSSProperties | undefined;
3444
+ } | undefined;
3445
+ title?: {
3446
+ container?: {
3447
+ className?: string | undefined;
3448
+ style?: import("react").CSSProperties | undefined;
3449
+ } | undefined;
3450
+ text?: {
3451
+ className?: string | undefined;
3452
+ style?: import("react").CSSProperties | undefined;
3453
+ } | undefined;
3454
+ closeIcon?: {
3455
+ className?: string | undefined;
3456
+ style?: import("react").CSSProperties | undefined;
3457
+ } | undefined;
3458
+ } | undefined;
3459
+ content?: {
3460
+ className?: string | undefined;
3461
+ style?: import("react").CSSProperties | undefined;
3462
+ } | undefined;
3463
+ newConversation?: {
3464
+ text?: {
3465
+ className?: string | undefined;
3466
+ style?: import("react").CSSProperties | undefined;
3467
+ } | undefined;
3468
+ button?: {
3469
+ className?: string | undefined;
3470
+ style?: import("react").CSSProperties | undefined;
3471
+ } | undefined;
3472
+ } | undefined;
3473
+ } | undefined;
3474
+ } | undefined;
3475
+ notification?: {
3476
+ container?: {
3477
+ className?: string | undefined;
3478
+ style?: import("react").CSSProperties | undefined;
3479
+ } | undefined;
3480
+ title?: {
3481
+ className?: string | undefined;
3482
+ style?: import("react").CSSProperties | undefined;
3483
+ } | undefined;
3484
+ description?: {
3485
+ className?: string | undefined;
3486
+ style?: import("react").CSSProperties | undefined;
3487
+ } | undefined;
3488
+ icon?: {
3489
+ className?: string | undefined;
3490
+ style?: import("react").CSSProperties | undefined;
3491
+ } | undefined;
3492
+ closeIcon?: {
3493
+ className?: string | undefined;
3494
+ style?: import("react").CSSProperties | undefined;
3495
+ } | undefined;
3496
+ } | undefined;
3497
+ header?: {
3498
+ content: {
3499
+ container?: {
3500
+ className?: string | undefined;
3501
+ style?: import("react").CSSProperties | undefined;
3502
+ } | undefined;
3503
+ title?: {
3504
+ className?: string | undefined;
3505
+ style?: import("react").CSSProperties | undefined;
3506
+ } | undefined;
3507
+ description?: {
3508
+ className?: string | undefined;
3509
+ style?: import("react").CSSProperties | undefined;
3510
+ } | undefined;
3511
+ avatar?: {
3512
+ container?: {
3513
+ className?: string | undefined;
3514
+ style?: import("react").CSSProperties | undefined;
3515
+ } | undefined;
3516
+ image?: {
3517
+ className?: string | undefined;
3518
+ style?: import("react").CSSProperties | undefined;
3519
+ } | undefined;
3520
+ fallback?: {
3521
+ className?: string | undefined;
3522
+ style?: import("react").CSSProperties | undefined;
3523
+ } | undefined;
3524
+ } | undefined;
3525
+ actions?: {
3526
+ container?: {
3527
+ className?: string | undefined;
3528
+ style?: import("react").CSSProperties | undefined;
3529
+ } | undefined;
3530
+ icons?: {
3531
+ className?: string | undefined;
3532
+ style?: import("react").CSSProperties | undefined;
3533
+ } | undefined;
3534
+ } | undefined;
3535
+ };
3536
+ container?: {
3537
+ className?: string | undefined;
3538
+ style?: import("react").CSSProperties | undefined;
3539
+ } | undefined;
3540
+ expandedContent?: {
3541
+ container?: {
3542
+ className?: string | undefined;
3543
+ style?: import("react").CSSProperties | undefined;
3544
+ } | undefined;
3545
+ descriptionItems?: {
3546
+ container?: {
3547
+ className?: string | undefined;
3548
+ style?: import("react").CSSProperties | undefined;
3549
+ } | undefined;
3550
+ icon?: {
3551
+ className?: string | undefined;
3552
+ style?: import("react").CSSProperties | undefined;
3553
+ } | undefined;
3554
+ text?: {
3555
+ className?: string | undefined;
3556
+ style?: import("react").CSSProperties | undefined;
3557
+ } | undefined;
3558
+ link?: {
3559
+ className?: string | undefined;
3560
+ style?: import("react").CSSProperties | undefined;
3561
+ } | undefined;
3562
+ } | undefined;
3563
+ } | undefined;
3564
+ description?: {
3565
+ container?: {
3566
+ className?: string | undefined;
3567
+ style?: import("react").CSSProperties | undefined;
3568
+ } | undefined;
3569
+ title?: {
3570
+ className?: string | undefined;
3571
+ style?: import("react").CSSProperties | undefined;
3572
+ } | undefined;
3573
+ subtitle?: {
3574
+ className?: string | undefined;
3575
+ style?: import("react").CSSProperties | undefined;
3576
+ } | undefined;
3577
+ } | undefined;
3578
+ newConversationIcon?: {
3579
+ className?: string | undefined;
3580
+ style?: import("react").CSSProperties | undefined;
3581
+ } | undefined;
3582
+ } | undefined;
3583
+ composer?: {
3584
+ container?: {
3585
+ className?: string | undefined;
3586
+ style?: import("react").CSSProperties | undefined;
3587
+ } | undefined;
3588
+ input?: {
3589
+ className?: string | undefined;
3590
+ style?: import("react").CSSProperties | undefined;
3591
+ } | undefined;
3592
+ button?: {
3593
+ container?: {
3594
+ className?: string | undefined;
3595
+ style?: import("react").CSSProperties | undefined;
3596
+ } | undefined;
3597
+ icon?: {
3598
+ className?: string | undefined;
3599
+ style?: import("react").CSSProperties | undefined;
3600
+ } | undefined;
3601
+ } | undefined;
3602
+ } | undefined;
3603
+ fab?: {
3604
+ icon?: {
3605
+ className?: string | undefined;
3606
+ style?: import("react").CSSProperties | undefined;
3607
+ } | undefined;
3608
+ container?: {
3609
+ className?: string | undefined;
3610
+ style?: import("react").CSSProperties | undefined;
3611
+ } | undefined;
3612
+ } | undefined;
3613
+ messageList?: {
3614
+ container?: {
3615
+ className?: string | undefined;
3616
+ style?: import("react").CSSProperties | undefined;
3617
+ } | undefined;
3618
+ marquee?: {
3619
+ content?: {
3620
+ className?: string | undefined;
3621
+ style?: import("react").CSSProperties | undefined;
3622
+ } | undefined;
3623
+ title?: {
3624
+ className?: string | undefined;
3625
+ style?: import("react").CSSProperties | undefined;
3626
+ } | undefined;
3627
+ description?: {
3628
+ className?: string | undefined;
3629
+ style?: import("react").CSSProperties | undefined;
3630
+ } | undefined;
3631
+ avatar?: {
3632
+ container?: {
3633
+ className?: string | undefined;
3634
+ style?: import("react").CSSProperties | undefined;
3635
+ } | undefined;
3636
+ image?: {
3637
+ className?: string | undefined;
3638
+ style?: import("react").CSSProperties | undefined;
3639
+ } | undefined;
3640
+ fallback?: {
3641
+ className?: string | undefined;
3642
+ style?: import("react").CSSProperties | undefined;
3643
+ } | undefined;
3644
+ } | undefined;
3645
+ container?: {
3646
+ className?: string | undefined;
3647
+ style?: import("react").CSSProperties | undefined;
3648
+ } | undefined;
3649
+ } | undefined;
3650
+ scrollDownButton?: {
3651
+ container?: {
3652
+ className?: string | undefined;
3653
+ style?: import("react").CSSProperties | undefined;
3654
+ } | undefined;
3655
+ button?: {
3656
+ className?: string | undefined;
3657
+ style?: import("react").CSSProperties | undefined;
3658
+ } | undefined;
3659
+ icon?: {
3660
+ className?: string | undefined;
3661
+ style?: import("react").CSSProperties | undefined;
3662
+ } | undefined;
3663
+ } | undefined;
3664
+ } | undefined;
3665
+ message?: {
3666
+ container?: {
3667
+ className?: string | undefined;
3668
+ style?: import("react").CSSProperties | undefined;
3669
+ } | undefined;
3670
+ avatar?: {
3671
+ container?: {
3672
+ className?: string | undefined;
3673
+ style?: import("react").CSSProperties | undefined;
3674
+ } | undefined;
3675
+ image?: {
3676
+ className?: string | undefined;
3677
+ style?: import("react").CSSProperties | undefined;
3678
+ } | undefined;
3679
+ fallback?: {
3680
+ className?: string | undefined;
3681
+ style?: import("react").CSSProperties | undefined;
3682
+ } | undefined;
3683
+ } | undefined;
3684
+ blocks?: {
3685
+ text: Partial<Record<"link" | "heading1" | "heading2" | "heading3" | "text" | "horizontalRule" | "italic" | "bold" | "orderedList" | "unorderedList" | "listItem" | "lineBreak" | "pre", {
3686
+ className?: string | undefined;
3687
+ style?: import("react").CSSProperties | undefined;
3688
+ } | undefined>>;
3689
+ button?: {
3690
+ className?: string | undefined;
3691
+ style?: import("react").CSSProperties | undefined;
3692
+ } | undefined;
3693
+ image?: {
3694
+ image?: {
3695
+ className?: string | undefined;
3696
+ style?: import("react").CSSProperties | undefined;
3697
+ } | undefined;
3698
+ placeholder?: {
3699
+ className?: string | undefined;
3700
+ style?: import("react").CSSProperties | undefined;
3701
+ } | undefined;
3702
+ } | undefined;
3703
+ audio?: {
3704
+ className?: string | undefined;
3705
+ style?: import("react").CSSProperties | undefined;
3706
+ } | undefined;
3707
+ video?: {
3708
+ className?: string | undefined;
3709
+ style?: import("react").CSSProperties | undefined;
3710
+ } | undefined;
3711
+ file?: {
3712
+ container?: {
3713
+ className?: string | undefined;
3714
+ style?: import("react").CSSProperties | undefined;
3715
+ } | undefined;
3716
+ title?: {
3717
+ className?: string | undefined;
3718
+ style?: import("react").CSSProperties | undefined;
3719
+ } | undefined;
3720
+ icon?: {
3721
+ className?: string | undefined;
3722
+ style?: import("react").CSSProperties | undefined;
3723
+ } | undefined;
3724
+ } | undefined;
3725
+ location?: {
3726
+ container?: {
3727
+ className?: string | undefined;
3728
+ style?: import("react").CSSProperties | undefined;
3729
+ } | undefined;
3730
+ title?: {
3731
+ className?: string | undefined;
3732
+ style?: import("react").CSSProperties | undefined;
3733
+ } | undefined;
3734
+ icon?: {
3735
+ className?: string | undefined;
3736
+ style?: import("react").CSSProperties | undefined;
3737
+ } | undefined;
3738
+ } | undefined;
3739
+ column?: {
3740
+ className?: string | undefined;
3741
+ style?: import("react").CSSProperties | undefined;
3742
+ } | undefined;
3743
+ row?: {
3744
+ className?: string | undefined;
3745
+ style?: import("react").CSSProperties | undefined;
3746
+ } | undefined;
3747
+ bubble?: {
3748
+ className?: string | undefined;
3749
+ style?: import("react").CSSProperties | undefined;
3750
+ } | undefined;
3751
+ carousel?: {
3752
+ container?: {
3753
+ className?: string | undefined;
3754
+ style?: import("react").CSSProperties | undefined;
3755
+ } | undefined;
3756
+ slidesContainer?: {
3757
+ className?: string | undefined;
3758
+ style?: import("react").CSSProperties | undefined;
3759
+ } | undefined;
3760
+ backButton?: {
3761
+ className?: string | undefined;
3762
+ style?: import("react").CSSProperties | undefined;
3763
+ } | undefined;
3764
+ nextButton?: {
3765
+ className?: string | undefined;
3766
+ style?: import("react").CSSProperties | undefined;
3767
+ } | undefined;
3768
+ } | undefined;
3769
+ dropdown?: {
3770
+ button?: {
3771
+ container?: {
3772
+ className?: string | undefined;
3773
+ style?: import("react").CSSProperties | undefined;
3774
+ } | undefined;
3775
+ icon?: {
3776
+ className?: string | undefined;
3777
+ style?: import("react").CSSProperties | undefined;
3778
+ } | undefined;
3779
+ text?: {
3780
+ className?: string | undefined;
3781
+ style?: import("react").CSSProperties | undefined;
3782
+ } | undefined;
3783
+ } | undefined;
3784
+ content?: {
3785
+ container?: {
3786
+ className?: string | undefined;
3787
+ style?: import("react").CSSProperties | undefined;
3788
+ } | undefined;
3789
+ item?: {
3790
+ className?: string | undefined;
3791
+ style?: import("react").CSSProperties | undefined;
3792
+ } | undefined;
3793
+ } | undefined;
3794
+ } | undefined;
3795
+ } | undefined;
3796
+ } | undefined;
3797
+ loadingIndicator?: {
3798
+ container?: {
3799
+ className?: string | undefined;
3800
+ style?: import("react").CSSProperties | undefined;
3801
+ } | undefined;
3802
+ loader?: {
3803
+ className?: string | undefined;
3804
+ style?: import("react").CSSProperties | undefined;
3805
+ } | undefined;
3806
+ } | undefined;
3807
+ } | undefined;
3808
+ style?: string | undefined;
3809
+ user?: {
3810
+ data?: Record<string, string> | undefined;
3811
+ } | undefined;
3812
+ }, {
3813
+ configuration?: unknown;
3814
+ theme?: unknown;
3815
+ style?: unknown;
3816
+ user?: unknown;
3817
+ }>;
12
3818
  export declare const initPropsSchema: z.ZodObject<{
13
- clientId: z.ZodString;
14
- botId: z.ZodString;
15
- selector: z.ZodCatch<z.ZodOptional<z.ZodString>>;
16
- webchatScriptUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
17
- fabScriptUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
18
- messagingUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
19
- pushpinUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
20
- clientMode: z.ZodCatch<z.ZodOptional<z.ZodEnum<["messaging", "pushpin"]>>>;
3819
+ style: z.ZodCatch<z.ZodOptional<z.ZodString>>;
21
3820
  configuration: z.ZodCatch<z.ZodOptional<z.ZodObject<{
22
3821
  composerPlaceholder: z.ZodOptional<z.ZodString>;
23
3822
  botName: z.ZodOptional<z.ZodString>;
@@ -3396,8 +7195,6 @@ export declare const initPropsSchema: z.ZodObject<{
3396
7195
  } | undefined;
3397
7196
  } | undefined;
3398
7197
  }>>>;
3399
- style: z.ZodCatch<z.ZodOptional<z.ZodString>>;
3400
- defaultState: z.ZodCatch<z.ZodOptional<z.ZodEnum<["opened", "closed", "initial"]>>>;
3401
7198
  user: z.ZodCatch<z.ZodOptional<z.ZodObject<{
3402
7199
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
3403
7200
  }, "strip", z.ZodTypeAny, {
@@ -3405,15 +7202,19 @@ export declare const initPropsSchema: z.ZodObject<{
3405
7202
  }, {
3406
7203
  data?: Record<string, string> | undefined;
3407
7204
  }>>>;
7205
+ clientId: z.ZodString;
7206
+ botId: z.ZodString;
7207
+ selector: z.ZodCatch<z.ZodOptional<z.ZodString>>;
7208
+ webchatScriptUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
7209
+ fabScriptUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
7210
+ messagingUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
7211
+ pushpinUrl: z.ZodCatch<z.ZodOptional<z.ZodString>>;
7212
+ clientMode: z.ZodCatch<z.ZodOptional<z.ZodEnum<["messaging", "pushpin"]>>>;
7213
+ defaultState: z.ZodCatch<z.ZodOptional<z.ZodEnum<["opened", "closed", "initial"]>>>;
3408
7214
  }, "strip", z.ZodTypeAny, {
3409
7215
  clientId: string;
3410
7216
  botId: string;
3411
- selector?: string | undefined;
3412
- webchatScriptUrl?: string | undefined;
3413
- fabScriptUrl?: string | undefined;
3414
- messagingUrl?: string | undefined;
3415
- pushpinUrl?: string | undefined;
3416
- clientMode?: "messaging" | "pushpin" | undefined;
7217
+ style?: string | undefined;
3417
7218
  configuration?: {
3418
7219
  composerPlaceholder?: string | undefined;
3419
7220
  botName?: string | undefined;
@@ -3822,23 +7623,28 @@ export declare const initPropsSchema: z.ZodObject<{
3822
7623
  } | undefined;
3823
7624
  } | undefined;
3824
7625
  } | undefined;
3825
- style?: string | undefined;
3826
- defaultState?: "opened" | "closed" | "initial" | undefined;
3827
7626
  user?: {
3828
7627
  data?: Record<string, string> | undefined;
3829
7628
  } | undefined;
7629
+ selector?: string | undefined;
7630
+ webchatScriptUrl?: string | undefined;
7631
+ fabScriptUrl?: string | undefined;
7632
+ messagingUrl?: string | undefined;
7633
+ pushpinUrl?: string | undefined;
7634
+ clientMode?: "messaging" | "pushpin" | undefined;
7635
+ defaultState?: "opened" | "closed" | "initial" | undefined;
3830
7636
  }, {
3831
7637
  clientId: string;
3832
7638
  botId: string;
7639
+ style?: unknown;
7640
+ configuration?: unknown;
7641
+ theme?: unknown;
7642
+ user?: unknown;
3833
7643
  selector?: unknown;
3834
7644
  webchatScriptUrl?: unknown;
3835
7645
  fabScriptUrl?: unknown;
3836
7646
  messagingUrl?: unknown;
3837
7647
  pushpinUrl?: unknown;
3838
7648
  clientMode?: unknown;
3839
- configuration?: unknown;
3840
- theme?: unknown;
3841
- style?: unknown;
3842
7649
  defaultState?: unknown;
3843
- user?: unknown;
3844
7650
  }>;