@gympass/yoga 7.115.6 → 7.116.1

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.
@@ -0,0 +1,2059 @@
1
+ import * as _gympass_yoga_tokens_global_transition from '@gympass/yoga-tokens/global/transition';
2
+ import * as styled_components from 'styled-components';
3
+ import yogaTokens from '@gympass/yoga-tokens';
4
+
5
+ declare type Theme = ReturnType<typeof composeTheme>;
6
+ declare const composeTheme: (tokens: typeof yogaTokens, customTheming?: {}) => {
7
+ components: {
8
+ accordion: {
9
+ padding: {
10
+ zero: any;
11
+ small: any;
12
+ standard: any;
13
+ large: any;
14
+ };
15
+ paddingArrow: {
16
+ total: any;
17
+ };
18
+ gap: {
19
+ header: any;
20
+ };
21
+ fontWeight: {
22
+ medium: any;
23
+ regular: any;
24
+ };
25
+ fontSize: {
26
+ medium: any;
27
+ small: any;
28
+ };
29
+ };
30
+ actionrequirement: {};
31
+ autocomplete: {
32
+ field: {
33
+ backgroundColor: any;
34
+ };
35
+ list: {
36
+ padding: {
37
+ top: any;
38
+ right: any;
39
+ bottom: any;
40
+ left: any;
41
+ };
42
+ font: {
43
+ size: any;
44
+ weight: {
45
+ default: any;
46
+ matched: any;
47
+ };
48
+ lineHeight: any;
49
+ };
50
+ backgroundColor: {
51
+ default: any;
52
+ hover: any;
53
+ };
54
+ };
55
+ width: number;
56
+ height: number;
57
+ font: {
58
+ color: {
59
+ default: any;
60
+ focus: any;
61
+ };
62
+ size: any;
63
+ weight: any;
64
+ lineHeight: any;
65
+ };
66
+ border: {
67
+ width: any;
68
+ radius: any;
69
+ color: {
70
+ default: any;
71
+ typed: any;
72
+ };
73
+ };
74
+ padding: {
75
+ top: any;
76
+ right: any;
77
+ bottom: any;
78
+ left: any;
79
+ };
80
+ label: {
81
+ color: {
82
+ default: any;
83
+ focus: any;
84
+ };
85
+ padding: {
86
+ right: any;
87
+ left: any;
88
+ };
89
+ font: {
90
+ size: {
91
+ default: any;
92
+ typed: any;
93
+ };
94
+ weight: any;
95
+ lineHeight: {
96
+ default: any;
97
+ typed: any;
98
+ };
99
+ };
100
+ };
101
+ helper: {
102
+ color: {
103
+ default: any;
104
+ focus: any;
105
+ };
106
+ margin: {
107
+ top: any;
108
+ };
109
+ font: {
110
+ size: any;
111
+ weight: any;
112
+ lineHeight: any;
113
+ };
114
+ };
115
+ };
116
+ avatar: {};
117
+ banner: {
118
+ defaultBackgroundColor: any;
119
+ border: {
120
+ radius: any;
121
+ };
122
+ };
123
+ bottomsheet: {
124
+ border: {
125
+ radius: any;
126
+ };
127
+ padding: {
128
+ top: any;
129
+ right: any;
130
+ bottom: any;
131
+ left: any;
132
+ };
133
+ width: {
134
+ default: number;
135
+ };
136
+ height: {
137
+ min: number;
138
+ };
139
+ position: {
140
+ default: any;
141
+ };
142
+ };
143
+ button: {
144
+ padding: {
145
+ default: {
146
+ right: any;
147
+ left: any;
148
+ };
149
+ small: {
150
+ right: any;
151
+ left: any;
152
+ };
153
+ };
154
+ height: {
155
+ default: number;
156
+ small: number;
157
+ };
158
+ font: {
159
+ size: {
160
+ default: any;
161
+ small: any;
162
+ };
163
+ weight: any;
164
+ lineHeight: {
165
+ default: any;
166
+ small: any;
167
+ };
168
+ };
169
+ border: {
170
+ radius: any;
171
+ };
172
+ icon: {
173
+ size: {
174
+ default: number;
175
+ small: number;
176
+ };
177
+ margin: {
178
+ right: any;
179
+ };
180
+ };
181
+ types: {
182
+ contained: {
183
+ backgroundColor: {
184
+ disabled: any;
185
+ primary: {
186
+ default: any;
187
+ pressed: string;
188
+ };
189
+ secondary: {
190
+ default: any;
191
+ pressed: string;
192
+ };
193
+ };
194
+ font: {
195
+ default: {
196
+ color: any;
197
+ };
198
+ disabled: {
199
+ color: any;
200
+ };
201
+ pressed: {
202
+ color: any;
203
+ };
204
+ };
205
+ };
206
+ outline: {
207
+ backgroundColor: {
208
+ default: string;
209
+ primary: {
210
+ hover: any;
211
+ };
212
+ secondary: {
213
+ hover: any;
214
+ };
215
+ };
216
+ border: {
217
+ width: any;
218
+ color: {
219
+ disabled: any;
220
+ };
221
+ };
222
+ font: {
223
+ default: {
224
+ primary: {
225
+ color: any;
226
+ };
227
+ secondary: {
228
+ color: any;
229
+ };
230
+ };
231
+ disabled: {
232
+ color: any;
233
+ };
234
+ inverted: {
235
+ color: any;
236
+ };
237
+ hover: {
238
+ color: any;
239
+ };
240
+ pressed: {
241
+ primary: {
242
+ color: string;
243
+ };
244
+ secondary: {
245
+ color: string;
246
+ };
247
+ };
248
+ };
249
+ };
250
+ text: {
251
+ backgroundColor: string;
252
+ disabled: any;
253
+ };
254
+ link: {
255
+ font: {
256
+ primary: {
257
+ color: any;
258
+ };
259
+ secondary: {
260
+ color: any;
261
+ };
262
+ disabled: {
263
+ color: any;
264
+ };
265
+ };
266
+ margin: {
267
+ top: any;
268
+ bottom: any;
269
+ };
270
+ icon: {
271
+ margin: {
272
+ right: any;
273
+ };
274
+ };
275
+ };
276
+ };
277
+ };
278
+ card: {
279
+ backgroundColor: any;
280
+ padding: {
281
+ top: any;
282
+ right: any;
283
+ bottom: any;
284
+ left: any;
285
+ };
286
+ radii: any;
287
+ elevation: any;
288
+ ribbon: {
289
+ radius: any;
290
+ };
291
+ plan: {
292
+ padding: {
293
+ top: any;
294
+ right: any;
295
+ bottom: any;
296
+ left: any;
297
+ };
298
+ radius: number;
299
+ tag: {
300
+ position: {
301
+ top: any;
302
+ left: any;
303
+ };
304
+ };
305
+ subtitle: {
306
+ margin: {
307
+ bottom: any;
308
+ };
309
+ font: {
310
+ color: any;
311
+ weight: any;
312
+ size: any;
313
+ };
314
+ };
315
+ title: {
316
+ color: any;
317
+ };
318
+ description: {
319
+ color: any;
320
+ };
321
+ price: {
322
+ currency: {
323
+ margin: {
324
+ right: any;
325
+ };
326
+ };
327
+ margin: {
328
+ top: any;
329
+ };
330
+ };
331
+ list: {
332
+ item: {
333
+ margin: {
334
+ bottom: any;
335
+ };
336
+ font: {
337
+ color: any;
338
+ };
339
+ };
340
+ button: {
341
+ font: {
342
+ color: any;
343
+ size: any;
344
+ weight: any;
345
+ };
346
+ margin: {
347
+ top: any;
348
+ };
349
+ };
350
+ };
351
+ actions: {
352
+ buttonText: {
353
+ margin: {
354
+ bottom: any;
355
+ };
356
+ };
357
+ };
358
+ };
359
+ gym: {
360
+ checkIn: {
361
+ header: {
362
+ margin: {
363
+ bottom: any;
364
+ };
365
+ };
366
+ avatar: {
367
+ border: {
368
+ radius: any;
369
+ width: any;
370
+ };
371
+ };
372
+ content: {
373
+ margin: {
374
+ top: any;
375
+ };
376
+ };
377
+ title: {
378
+ font: {
379
+ weight: any;
380
+ };
381
+ margin: {
382
+ bottom: any;
383
+ };
384
+ };
385
+ };
386
+ };
387
+ event: {
388
+ icon: {
389
+ fill: any;
390
+ };
391
+ info: {
392
+ padding: {
393
+ top: any;
394
+ right: any;
395
+ left: any;
396
+ bottom: any;
397
+ };
398
+ name: {
399
+ height: any;
400
+ fontWeight: any;
401
+ fontSize: any;
402
+ marginBottom: any;
403
+ };
404
+ place: {
405
+ height: any;
406
+ color: any;
407
+ marginBottom: any;
408
+ };
409
+ };
410
+ date: {
411
+ backgroundColor: any;
412
+ radius: any;
413
+ dayOfWeek: {
414
+ fontWeight: any;
415
+ marginBottom: any;
416
+ };
417
+ month: {
418
+ fontWeight: any;
419
+ };
420
+ };
421
+ };
422
+ };
423
+ cardnative: {
424
+ plan: {
425
+ title: {
426
+ margin: {
427
+ bottom: any;
428
+ };
429
+ lineHeight: any;
430
+ };
431
+ description: {
432
+ color: any;
433
+ };
434
+ price: {
435
+ margin: {
436
+ bottom: any;
437
+ };
438
+ };
439
+ list: {
440
+ margin: {
441
+ top: any;
442
+ };
443
+ item: {
444
+ icon: {
445
+ margin: {
446
+ right: any;
447
+ };
448
+ };
449
+ };
450
+ };
451
+ actions: {
452
+ buttonText: {
453
+ margin: {
454
+ top: any;
455
+ };
456
+ };
457
+ margin: {
458
+ top: any;
459
+ };
460
+ };
461
+ };
462
+ };
463
+ cardweb: {
464
+ plan: {
465
+ title: {
466
+ margin: {
467
+ bottom: any;
468
+ };
469
+ lineHeight: any;
470
+ };
471
+ price: {
472
+ margin: {
473
+ bottom: any;
474
+ };
475
+ };
476
+ list: {
477
+ margin: {
478
+ top: any;
479
+ };
480
+ item: {
481
+ icon: {
482
+ margin: {
483
+ right: any;
484
+ };
485
+ };
486
+ };
487
+ };
488
+ actions: {
489
+ buttonText: {
490
+ margin: {
491
+ top: any;
492
+ };
493
+ };
494
+ margin: {
495
+ top: any;
496
+ };
497
+ };
498
+ };
499
+ };
500
+ checkbox: {
501
+ size: number;
502
+ margin: {
503
+ right: any;
504
+ };
505
+ border: {
506
+ width: any;
507
+ radius: any;
508
+ };
509
+ label: {
510
+ padding: {
511
+ left: any;
512
+ };
513
+ font: {
514
+ size: any;
515
+ color: any;
516
+ };
517
+ };
518
+ helper: {
519
+ margin: {
520
+ top: any;
521
+ };
522
+ font: {
523
+ size: any;
524
+ color: any;
525
+ };
526
+ };
527
+ hover: {
528
+ border: {
529
+ radius: any;
530
+ };
531
+ };
532
+ checked: {
533
+ icon: {
534
+ color: any;
535
+ };
536
+ };
537
+ disabled: {
538
+ backgroundColor: any;
539
+ border: {
540
+ color: any;
541
+ };
542
+ };
543
+ };
544
+ checkboxswitch: {
545
+ track: {
546
+ width: number;
547
+ height: number;
548
+ backgroundColor: any;
549
+ radii: any;
550
+ transition: {
551
+ duration: any;
552
+ };
553
+ checked: {
554
+ backgroundColor: any;
555
+ };
556
+ disabled: {
557
+ backgroundColor: any;
558
+ };
559
+ };
560
+ thumb: {
561
+ width: any;
562
+ height: any;
563
+ shadowScale: number;
564
+ left: number;
565
+ radii: any;
566
+ backgroundColor: any;
567
+ shadow: any;
568
+ transition: {
569
+ duration: any;
570
+ };
571
+ checked: {
572
+ backgroundColor: any;
573
+ };
574
+ disabled: {
575
+ backgroundColor: any;
576
+ };
577
+ };
578
+ focus: {
579
+ checked: {
580
+ backgroundColor: string;
581
+ };
582
+ disabled: {
583
+ backgroundColor: string;
584
+ };
585
+ };
586
+ hover: {
587
+ checked: {
588
+ backgroundColor: string;
589
+ };
590
+ disabled: {
591
+ backgroundColor: string;
592
+ };
593
+ };
594
+ pressed: {
595
+ checked: {
596
+ backgroundColor: string;
597
+ };
598
+ disabled: {
599
+ backgroundColor: string;
600
+ };
601
+ };
602
+ };
603
+ datepicker: {
604
+ width: {
605
+ day: number;
606
+ };
607
+ height: {
608
+ day: number;
609
+ };
610
+ };
611
+ dialog: {
612
+ border: {
613
+ radius: any;
614
+ };
615
+ padding: {
616
+ default: any;
617
+ top: any;
618
+ withCloseButton: any;
619
+ };
620
+ width: {
621
+ default: number;
622
+ };
623
+ height: {
624
+ min: number;
625
+ };
626
+ position: {
627
+ default: any;
628
+ };
629
+ };
630
+ divider: {};
631
+ drawer: {
632
+ padding: {
633
+ top: any;
634
+ right: any;
635
+ bottom: any;
636
+ left: any;
637
+ };
638
+ width: {
639
+ default: number;
640
+ };
641
+ };
642
+ dropdown: {
643
+ width: number;
644
+ selector: {
645
+ background: any;
646
+ padding: {
647
+ top: any;
648
+ right: any;
649
+ bottom: any;
650
+ left: any;
651
+ };
652
+ border: {
653
+ width: any;
654
+ radius: any;
655
+ color: any;
656
+ };
657
+ };
658
+ arrow: {
659
+ fill: any;
660
+ };
661
+ input: {
662
+ font: {
663
+ color: any;
664
+ size: any;
665
+ lineHeight: any;
666
+ };
667
+ label: {
668
+ color: any;
669
+ margin: {
670
+ left: any;
671
+ };
672
+ };
673
+ };
674
+ button: {
675
+ padding: {
676
+ right: any;
677
+ top: any;
678
+ bottom: any;
679
+ };
680
+ };
681
+ optionsList: {
682
+ backgroundColor: any;
683
+ border: {
684
+ radius: {
685
+ topLeft: any;
686
+ topRight: any;
687
+ bottomRight: any;
688
+ bottomLeft: any;
689
+ };
690
+ width: any;
691
+ color: any;
692
+ };
693
+ };
694
+ option: {
695
+ height: any;
696
+ backgroundColor: any;
697
+ padding: {
698
+ top: any;
699
+ right: any;
700
+ bottom: any;
701
+ left: any;
702
+ };
703
+ border: {
704
+ width: any;
705
+ color: any;
706
+ radius: {
707
+ topLeft: any;
708
+ topRight: any;
709
+ bottomRight: any;
710
+ bottomLeft: any;
711
+ };
712
+ };
713
+ font: {
714
+ color: any;
715
+ size: any;
716
+ lineHeight: any;
717
+ weight: any;
718
+ };
719
+ };
720
+ backdrop: {
721
+ content: {
722
+ height: number;
723
+ backgroundColor: any;
724
+ border: {
725
+ radius: {
726
+ topLeft: any;
727
+ topRight: any;
728
+ };
729
+ };
730
+ title: {
731
+ padding: {
732
+ top: any;
733
+ right: any;
734
+ bottom: any;
735
+ left: any;
736
+ };
737
+ font: {
738
+ weight: any;
739
+ size: any;
740
+ };
741
+ };
742
+ option: {
743
+ padding: {
744
+ top: any;
745
+ right: any;
746
+ bottom: any;
747
+ left: any;
748
+ };
749
+ };
750
+ actions: {
751
+ padding: {
752
+ top: any;
753
+ right: any;
754
+ bottom: any;
755
+ left: any;
756
+ };
757
+ };
758
+ };
759
+ };
760
+ hover: {
761
+ selector: {
762
+ border: {
763
+ color: any;
764
+ error: any;
765
+ };
766
+ };
767
+ option: {
768
+ backgroundColor: string;
769
+ };
770
+ };
771
+ disabled: {
772
+ selector: {
773
+ border: {
774
+ color: any;
775
+ };
776
+ };
777
+ input: {
778
+ font: {
779
+ color: any;
780
+ };
781
+ };
782
+ arrow: {
783
+ fill: any;
784
+ };
785
+ };
786
+ selected: {
787
+ selector: {
788
+ border: {
789
+ color: any;
790
+ };
791
+ };
792
+ arrow: {
793
+ fill: any;
794
+ };
795
+ input: {
796
+ font: {
797
+ color: any;
798
+ };
799
+ };
800
+ optionsList: {
801
+ border: {
802
+ color: any;
803
+ };
804
+ };
805
+ option: {
806
+ font: {
807
+ color: any;
808
+ weight: any;
809
+ size: any;
810
+ };
811
+ };
812
+ };
813
+ };
814
+ feedback: {
815
+ text: {
816
+ maxWidth: number;
817
+ };
818
+ };
819
+ grid: {
820
+ gutter: {
821
+ desktop: number;
822
+ mobile: number;
823
+ };
824
+ container: {
825
+ width: number;
826
+ margin: {
827
+ desktop: {
828
+ left: number;
829
+ right: number;
830
+ };
831
+ mobile: {
832
+ left: number;
833
+ right: number;
834
+ };
835
+ };
836
+ };
837
+ };
838
+ header: {
839
+ padding: {
840
+ xxs: any;
841
+ lg: any;
842
+ };
843
+ height: {
844
+ xxs: number;
845
+ lg: number;
846
+ };
847
+ };
848
+ heading: {
849
+ background: any;
850
+ padding: {
851
+ vertical: any;
852
+ horizontal: any;
853
+ };
854
+ height: any;
855
+ button: {
856
+ color: any;
857
+ width: any;
858
+ height: any;
859
+ backgroundWidth: any;
860
+ backgroundHeight: any;
861
+ background: any;
862
+ };
863
+ };
864
+ icon: {};
865
+ input: {
866
+ width: number;
867
+ height: number;
868
+ font: {
869
+ color: {
870
+ default: any;
871
+ focus: any;
872
+ };
873
+ size: any;
874
+ weight: any;
875
+ lineHeight: any;
876
+ };
877
+ border: {
878
+ width: any;
879
+ radius: any;
880
+ color: {
881
+ default: any;
882
+ typed: any;
883
+ };
884
+ };
885
+ padding: {
886
+ top: any;
887
+ right: any;
888
+ bottom: any;
889
+ left: any;
890
+ };
891
+ label: {
892
+ color: {
893
+ default: any;
894
+ focus: any;
895
+ };
896
+ padding: {
897
+ right: any;
898
+ left: any;
899
+ };
900
+ font: {
901
+ size: {
902
+ default: any;
903
+ typed: any;
904
+ };
905
+ weight: any;
906
+ lineHeight: {
907
+ default: any;
908
+ typed: any;
909
+ };
910
+ };
911
+ };
912
+ helper: {
913
+ color: {
914
+ default: any;
915
+ focus: any;
916
+ };
917
+ margin: {
918
+ top: any;
919
+ };
920
+ font: {
921
+ size: any;
922
+ weight: any;
923
+ lineHeight: any;
924
+ };
925
+ };
926
+ };
927
+ list: {
928
+ listItem: {
929
+ padding: {
930
+ top: any;
931
+ right: any;
932
+ bottom: any;
933
+ left: any;
934
+ };
935
+ small: {
936
+ padding: {
937
+ top: any;
938
+ right: any;
939
+ bottom: any;
940
+ left: any;
941
+ };
942
+ };
943
+ selectable: {
944
+ color: any;
945
+ };
946
+ };
947
+ border: {
948
+ width: any;
949
+ color: any;
950
+ };
951
+ };
952
+ menu: {
953
+ border: {
954
+ radius: any;
955
+ };
956
+ width: {
957
+ min: number;
958
+ max: number;
959
+ };
960
+ margin: {
961
+ default: any;
962
+ medium: any;
963
+ xxsmall: any;
964
+ };
965
+ padding: {
966
+ horizontal: any;
967
+ vertical: any;
968
+ };
969
+ backgroundColor: {
970
+ white: any;
971
+ disabled: any;
972
+ };
973
+ text: {
974
+ default: {
975
+ color: any;
976
+ };
977
+ active: {
978
+ color: any;
979
+ };
980
+ disabled: {
981
+ color: any;
982
+ };
983
+ };
984
+ font: {
985
+ weight: any;
986
+ };
987
+ icon: {
988
+ disabled: any;
989
+ };
990
+ };
991
+ popover: {};
992
+ progress: {
993
+ height: any;
994
+ backgroundColor: {
995
+ bar: any;
996
+ };
997
+ border: {
998
+ radius: any;
999
+ };
1000
+ label: {
1001
+ font: {
1002
+ size: any;
1003
+ };
1004
+ };
1005
+ };
1006
+ radiogroup: {
1007
+ button: {
1008
+ border: {
1009
+ radius: any;
1010
+ width: any;
1011
+ color: any;
1012
+ };
1013
+ backgroundColor: string;
1014
+ padding: {
1015
+ right: any;
1016
+ left: any;
1017
+ };
1018
+ height: {
1019
+ normal: number;
1020
+ small: number;
1021
+ };
1022
+ };
1023
+ radio: {
1024
+ size: number;
1025
+ backgroundColor: any;
1026
+ border: {
1027
+ radius: any;
1028
+ };
1029
+ };
1030
+ font: {
1031
+ size: any;
1032
+ color: any;
1033
+ };
1034
+ hover: {
1035
+ backgroundColor: any;
1036
+ };
1037
+ disabled: {
1038
+ backgroundColor: any;
1039
+ };
1040
+ checked: {
1041
+ backgroundColor: any;
1042
+ font: {
1043
+ color: any;
1044
+ weight: any;
1045
+ };
1046
+ hover: {
1047
+ backgroundColor: any;
1048
+ };
1049
+ };
1050
+ };
1051
+ rating: {
1052
+ backgroundColor: any;
1053
+ icon: {
1054
+ size: number;
1055
+ };
1056
+ gutter: any;
1057
+ };
1058
+ result: {};
1059
+ skeleton: {
1060
+ border: {
1061
+ circular: any;
1062
+ };
1063
+ height: {
1064
+ text: {
1065
+ h1: any;
1066
+ h2: any;
1067
+ h3: any;
1068
+ h4: any;
1069
+ h5: any;
1070
+ body1: any;
1071
+ body2: any;
1072
+ overline: any;
1073
+ exception: any;
1074
+ };
1075
+ };
1076
+ background: {
1077
+ primary: any;
1078
+ secondary: any;
1079
+ };
1080
+ };
1081
+ slider: {
1082
+ track: {
1083
+ backgroundColor: {
1084
+ active: any;
1085
+ inactive: any;
1086
+ };
1087
+ border: {
1088
+ radius: any;
1089
+ };
1090
+ };
1091
+ step: {
1092
+ backgroundColor: {
1093
+ active: any;
1094
+ inactive: any;
1095
+ };
1096
+ border: {
1097
+ radius: any;
1098
+ };
1099
+ };
1100
+ marker: {
1101
+ backgroundColor: any;
1102
+ border: {
1103
+ color: any;
1104
+ radius: any;
1105
+ };
1106
+ shadow: any;
1107
+ };
1108
+ tooltip: {
1109
+ shadow: any;
1110
+ radius: any;
1111
+ backgroundColor: any;
1112
+ distance: any;
1113
+ padding: {
1114
+ top: any;
1115
+ right: any;
1116
+ bottom: any;
1117
+ left: any;
1118
+ };
1119
+ font: {
1120
+ color: any;
1121
+ title: {
1122
+ weight: any;
1123
+ };
1124
+ description: {
1125
+ weight: any;
1126
+ };
1127
+ };
1128
+ ribbon: {
1129
+ backgroundColor: any;
1130
+ radius: any;
1131
+ padding: {
1132
+ top: any;
1133
+ right: any;
1134
+ bottom: any;
1135
+ left: any;
1136
+ };
1137
+ font: {
1138
+ color: any;
1139
+ weight: any;
1140
+ size: any;
1141
+ };
1142
+ };
1143
+ };
1144
+ };
1145
+ snackbar: {
1146
+ border: {
1147
+ radius: any;
1148
+ };
1149
+ height: {
1150
+ min: any;
1151
+ max: any;
1152
+ };
1153
+ padding: {
1154
+ default: any;
1155
+ vertical: any;
1156
+ horizontal: any;
1157
+ };
1158
+ position: {
1159
+ desktop: {
1160
+ bottom: any;
1161
+ right: any;
1162
+ };
1163
+ mobile: {
1164
+ bottom: any;
1165
+ right: any;
1166
+ left: any;
1167
+ };
1168
+ };
1169
+ shadow: {
1170
+ default: any;
1171
+ };
1172
+ variant: {
1173
+ color: {
1174
+ success: any;
1175
+ failure: any;
1176
+ info: any;
1177
+ attention: any;
1178
+ informative: any;
1179
+ };
1180
+ icon: {
1181
+ success: any;
1182
+ failure: any;
1183
+ info: any;
1184
+ };
1185
+ };
1186
+ minWidth: {
1187
+ desktop: number;
1188
+ mobile: number;
1189
+ };
1190
+ maxWidth: {
1191
+ default: number;
1192
+ };
1193
+ margin: {
1194
+ top: any;
1195
+ right: any;
1196
+ bottom: any;
1197
+ left: any;
1198
+ horizontal: any;
1199
+ };
1200
+ };
1201
+ spinner: {};
1202
+ stepper: {
1203
+ padding: {
1204
+ left: any;
1205
+ right: any;
1206
+ };
1207
+ line: {
1208
+ backgroundColor: {
1209
+ active: any;
1210
+ inactive: any;
1211
+ secondary: any;
1212
+ };
1213
+ };
1214
+ dot: {
1215
+ radius: any;
1216
+ backgroundColor: {
1217
+ active: any;
1218
+ inactive: any;
1219
+ secondary: any;
1220
+ };
1221
+ };
1222
+ label: {
1223
+ color: {
1224
+ active: any;
1225
+ inactive: any;
1226
+ secondary: any;
1227
+ };
1228
+ };
1229
+ };
1230
+ tag: {
1231
+ icon: {
1232
+ size: {
1233
+ default: any;
1234
+ small: any;
1235
+ };
1236
+ margin: {
1237
+ right: string;
1238
+ };
1239
+ };
1240
+ padding: {
1241
+ default: {
1242
+ top: any;
1243
+ right: any;
1244
+ bottom: any;
1245
+ left: any;
1246
+ };
1247
+ small: {
1248
+ top: any;
1249
+ right: any;
1250
+ bottom: any;
1251
+ left: any;
1252
+ };
1253
+ };
1254
+ border: {
1255
+ width: any;
1256
+ radius: any;
1257
+ };
1258
+ };
1259
+ text: {
1260
+ display1: {
1261
+ fontFamily: string;
1262
+ fontsize: any;
1263
+ fontWeight: any;
1264
+ lineHeight: any;
1265
+ };
1266
+ display2: {
1267
+ fontFamily: string;
1268
+ fontsize: any;
1269
+ fontWeight: any;
1270
+ lineHeight: any;
1271
+ };
1272
+ display3: {
1273
+ fontFamily: string;
1274
+ fontsize: any;
1275
+ fontWeight: any;
1276
+ lineHeight: any;
1277
+ };
1278
+ display4: {
1279
+ fontFamily: string;
1280
+ fontsize: any;
1281
+ fontWeight: any;
1282
+ lineHeight: any;
1283
+ };
1284
+ displayNumber: {
1285
+ fontFamily: string;
1286
+ fontsize: any;
1287
+ fontWeight: any;
1288
+ lineHeight: any;
1289
+ };
1290
+ h1: {
1291
+ fontsize: any;
1292
+ fontWeight: any;
1293
+ lineHeight: any;
1294
+ };
1295
+ 'h1-light': {
1296
+ fontWeight: any;
1297
+ };
1298
+ h2: {
1299
+ fontsize: any;
1300
+ fontWeight: any;
1301
+ lineHeight: any;
1302
+ };
1303
+ 'h2-light': {
1304
+ fontWeight: any;
1305
+ };
1306
+ h3: {
1307
+ fontsize: any;
1308
+ fontWeight: any;
1309
+ lineHeight: any;
1310
+ };
1311
+ 'h3-light': {
1312
+ fontWeight: any;
1313
+ };
1314
+ h4: {
1315
+ fontsize: any;
1316
+ fontWeight: any;
1317
+ lineHeight: any;
1318
+ };
1319
+ 'h4-light': {
1320
+ fontWeight: any;
1321
+ };
1322
+ h5: {
1323
+ fontsize: any;
1324
+ fontWeight: any;
1325
+ lineHeight: any;
1326
+ };
1327
+ 'h5-light': {
1328
+ fontWeight: any;
1329
+ };
1330
+ body1: {
1331
+ fontsize: any;
1332
+ fontWeight: any;
1333
+ lineHeight: any;
1334
+ };
1335
+ 'body1-bold': {
1336
+ fontWeight: any;
1337
+ };
1338
+ body2: {
1339
+ fontsize: any;
1340
+ fontWeight: any;
1341
+ lineHeight: any;
1342
+ };
1343
+ 'body2-bold': {
1344
+ fontWeight: any;
1345
+ };
1346
+ caption: {
1347
+ fontsize: any;
1348
+ fontWeight: any;
1349
+ lineHeight: any;
1350
+ };
1351
+ overline: {
1352
+ fontsize: any;
1353
+ fontWeight: any;
1354
+ lineHeight: any;
1355
+ };
1356
+ sectionTitle: {
1357
+ fontsize: any;
1358
+ fontWeight: any;
1359
+ lineHeight: any;
1360
+ letterSpacing: number;
1361
+ textTransform: string;
1362
+ };
1363
+ smallestException: {
1364
+ fontsize: any;
1365
+ fontWeight: any;
1366
+ lineHeight: any;
1367
+ };
1368
+ p: {
1369
+ fontsize: any;
1370
+ fontWeight: any;
1371
+ lineHeight: any;
1372
+ };
1373
+ 'p-light': {
1374
+ fontWeight: any;
1375
+ };
1376
+ 'p-bold': {
1377
+ fontWeight: any;
1378
+ };
1379
+ small: {
1380
+ fontsize: any;
1381
+ fontWeight: any;
1382
+ lineHeight: any;
1383
+ };
1384
+ 'small-light': {
1385
+ fontWeight: any;
1386
+ };
1387
+ 'small-bold': {
1388
+ fontWeight: any;
1389
+ };
1390
+ tiny: {
1391
+ fontsize: any;
1392
+ fontWeight: any;
1393
+ lineHeight: any;
1394
+ };
1395
+ 'tiny-light': {
1396
+ fontWeight: any;
1397
+ };
1398
+ 'tiny-bold': {
1399
+ fontWeight: any;
1400
+ };
1401
+ light: {
1402
+ fontWeight: any;
1403
+ };
1404
+ regular: {
1405
+ fontWeight: any;
1406
+ };
1407
+ medium: {
1408
+ fontWeight: any;
1409
+ };
1410
+ bold: {
1411
+ fontWeight: any;
1412
+ };
1413
+ black: {
1414
+ fontWeight: any;
1415
+ };
1416
+ };
1417
+ textarea: {
1418
+ width: number;
1419
+ height: number;
1420
+ font: {
1421
+ color: {
1422
+ default: any;
1423
+ focus: any;
1424
+ };
1425
+ size: any;
1426
+ weight: any;
1427
+ lineHeight: any;
1428
+ };
1429
+ border: {
1430
+ width: any;
1431
+ radius: any;
1432
+ color: {
1433
+ default: any;
1434
+ typed: any;
1435
+ };
1436
+ };
1437
+ padding: {
1438
+ top: any;
1439
+ right: any;
1440
+ bottom: any;
1441
+ left: any;
1442
+ };
1443
+ label: {
1444
+ color: {
1445
+ default: any;
1446
+ focus: any;
1447
+ };
1448
+ padding: {
1449
+ right: any;
1450
+ left: any;
1451
+ };
1452
+ font: {
1453
+ size: {
1454
+ default: any;
1455
+ typed: any;
1456
+ };
1457
+ weight: any;
1458
+ lineHeight: {
1459
+ default: any;
1460
+ typed: any;
1461
+ };
1462
+ };
1463
+ };
1464
+ helper: {
1465
+ color: {
1466
+ default: any;
1467
+ focus: any;
1468
+ };
1469
+ margin: {
1470
+ top: any;
1471
+ };
1472
+ font: {
1473
+ size: any;
1474
+ weight: any;
1475
+ lineHeight: any;
1476
+ };
1477
+ };
1478
+ };
1479
+ navigationmenu: {
1480
+ avatar: {
1481
+ height: any;
1482
+ width: any;
1483
+ };
1484
+ backgroundColor: {
1485
+ contextMenu: any;
1486
+ default: any;
1487
+ hover: any;
1488
+ active: any;
1489
+ tag: any;
1490
+ bottomMenu: any;
1491
+ };
1492
+ border: {
1493
+ color: {
1494
+ default: any;
1495
+ };
1496
+ radius: {
1497
+ default: any;
1498
+ circle: any;
1499
+ tag: any;
1500
+ action: any;
1501
+ contextMenu: any;
1502
+ };
1503
+ };
1504
+ font: {
1505
+ color: {
1506
+ default: any;
1507
+ active: any;
1508
+ hover: any;
1509
+ };
1510
+ weight: {
1511
+ bold: any;
1512
+ medium: any;
1513
+ };
1514
+ size: {
1515
+ contextMenu: {
1516
+ title: any;
1517
+ };
1518
+ };
1519
+ };
1520
+ gap: {
1521
+ xxxsmall: any;
1522
+ xxsmall: any;
1523
+ medium: any;
1524
+ };
1525
+ height: {
1526
+ xxlarge: any;
1527
+ xlarge: any;
1528
+ contextMenu: number;
1529
+ bottomMenu: any;
1530
+ };
1531
+ hover: {
1532
+ contextMenu: styled_components.FlattenSimpleInterpolation;
1533
+ };
1534
+ icon: {
1535
+ height: any;
1536
+ width: any;
1537
+ fill: {
1538
+ default: any;
1539
+ actions: any;
1540
+ active: any;
1541
+ hover: any;
1542
+ };
1543
+ };
1544
+ padding: {
1545
+ xxxsmall: any;
1546
+ xxsmall: any;
1547
+ xsmall: any;
1548
+ small: any;
1549
+ };
1550
+ tag: {
1551
+ color: {
1552
+ default: any;
1553
+ };
1554
+ };
1555
+ width: {
1556
+ xxlarge: any;
1557
+ xlarge: any;
1558
+ };
1559
+ };
1560
+ };
1561
+ } & {
1562
+ colors: {
1563
+ primary: "#D8385E";
1564
+ secondary: "#231B22";
1565
+ feedback: {
1566
+ success: ("#1D856C" | "#C1EEDB")[] & {
1567
+ light: "#C1EEDB";
1568
+ dark: "#1D856C";
1569
+ };
1570
+ informative: ("#5340C9" | "#E0DFFF")[] & {
1571
+ light: "#E0DFFF";
1572
+ dark: "#5340C9";
1573
+ };
1574
+ attention: ("#CA4808" | "#FCD6C3")[] & {
1575
+ light: "#FCD6C3";
1576
+ dark: "#CA4808";
1577
+ };
1578
+ neutral: ("#9898A6" | "#D7D7E0")[] & {
1579
+ light: "#D7D7E0";
1580
+ dark: "#9898A6";
1581
+ };
1582
+ };
1583
+ text: {
1584
+ primary: "#231B22";
1585
+ secondary: "#6B6B78";
1586
+ disabled: "#D7D7E0";
1587
+ };
1588
+ elements: {
1589
+ selectionAndIcons: "#9898A6";
1590
+ lineAndBorders: "#D7D7E0";
1591
+ backgroundAndDisabled: "#F5F5FA";
1592
+ };
1593
+ vibin: "#D8385E";
1594
+ hope: "#1D856C";
1595
+ energy: "#FFC24C";
1596
+ relax: "#5340C9";
1597
+ peace: "#FFB0A7";
1598
+ brandingVerve: "#FF874C";
1599
+ verve: "#CA4808";
1600
+ uplift: "#FF4438";
1601
+ deepPurple: "#710252";
1602
+ yoga: "#FFEEF2";
1603
+ success: "#C1EEDB";
1604
+ neutral: "#E0DFFF";
1605
+ attention: "#FCD6C3";
1606
+ stamina: "#231B22";
1607
+ deep: "#6B6B78";
1608
+ medium: "#9898A6";
1609
+ light: "#D7D7E0";
1610
+ clear: "#F5F5FA";
1611
+ white: "#FFFFFF";
1612
+ hopeNew: "#0C8046";
1613
+ relaxNew: "#A880FF";
1614
+ neon: "#DCFF79";
1615
+ sand: "#FBF8EC";
1616
+ peaceNew: "#FFEBF1";
1617
+ upliftNew: "#D8385E";
1618
+ deepPurpleNew: "#590931";
1619
+ successNew: "#E3EFC3";
1620
+ neutralNew: "#F0E0FF";
1621
+ staminaNew: "#1D1D1F";
1622
+ deepNew: "#57544D";
1623
+ mediumNew: "#A6A298";
1624
+ lightNew: "#E1DED7";
1625
+ lightest: "#EFEDE7";
1626
+ clearNew: "#FAF9F5";
1627
+ };
1628
+ baseFont: {
1629
+ family: string;
1630
+ weight: (300 | 400 | 500 | 600 | 700 | 900 | "300i" | "400i" | "500i" | "600i" | "700i" | "900i")[];
1631
+ };
1632
+ baseFontSize: 16;
1633
+ v3theme: boolean;
1634
+ borders: {
1635
+ zero: 0;
1636
+ small: 1;
1637
+ medium: 2;
1638
+ length: number;
1639
+ toString(): string;
1640
+ toLocaleString(): string;
1641
+ pop(): 0 | 2 | 1 | undefined;
1642
+ push(...items: (0 | 2 | 1)[]): number;
1643
+ concat(...items: ConcatArray<0 | 2 | 1>[]): (0 | 2 | 1)[];
1644
+ concat(...items: (0 | 2 | 1 | ConcatArray<0 | 2 | 1>)[]): (0 | 2 | 1)[];
1645
+ join(separator?: string | undefined): string;
1646
+ reverse(): (0 | 2 | 1)[];
1647
+ shift(): 0 | 2 | 1 | undefined;
1648
+ slice(start?: number | undefined, end?: number | undefined): (0 | 2 | 1)[];
1649
+ sort(compareFn?: ((a: 0 | 2 | 1, b: 0 | 2 | 1) => number) | undefined): (0 | 2 | 1)[];
1650
+ splice(start: number, deleteCount?: number | undefined): (0 | 2 | 1)[];
1651
+ splice(start: number, deleteCount: number, ...items: (0 | 2 | 1)[]): (0 | 2 | 1)[];
1652
+ unshift(...items: (0 | 2 | 1)[]): number;
1653
+ indexOf(searchElement: 0 | 2 | 1, fromIndex?: number | undefined): number;
1654
+ lastIndexOf(searchElement: 0 | 2 | 1, fromIndex?: number | undefined): number;
1655
+ every<S extends 0 | 2 | 1>(predicate: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => value is S, thisArg?: any): this is S[];
1656
+ every(predicate: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => unknown, thisArg?: any): boolean;
1657
+ some(predicate: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => unknown, thisArg?: any): boolean;
1658
+ forEach(callbackfn: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => void, thisArg?: any): void;
1659
+ map<U>(callbackfn: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => U, thisArg?: any): U[];
1660
+ filter<S_1 extends 0 | 2 | 1>(predicate: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => value is S_1, thisArg?: any): S_1[];
1661
+ filter(predicate: (value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => unknown, thisArg?: any): (0 | 2 | 1)[];
1662
+ reduce(callbackfn: (previousValue: 0 | 2 | 1, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => 0 | 2 | 1): 0 | 2 | 1;
1663
+ reduce(callbackfn: (previousValue: 0 | 2 | 1, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => 0 | 2 | 1, initialValue: 0 | 2 | 1): 0 | 2 | 1;
1664
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => U_1, initialValue: U_1): U_1;
1665
+ reduceRight(callbackfn: (previousValue: 0 | 2 | 1, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => 0 | 2 | 1): 0 | 2 | 1;
1666
+ reduceRight(callbackfn: (previousValue: 0 | 2 | 1, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => 0 | 2 | 1, initialValue: 0 | 2 | 1): 0 | 2 | 1;
1667
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: 0 | 2 | 1, currentIndex: number, array: (0 | 2 | 1)[]) => U_2, initialValue: U_2): U_2;
1668
+ find<S_2 extends 0 | 2 | 1>(predicate: (this: void, value: 0 | 2 | 1, index: number, obj: (0 | 2 | 1)[]) => value is S_2, thisArg?: any): S_2 | undefined;
1669
+ find(predicate: (value: 0 | 2 | 1, index: number, obj: (0 | 2 | 1)[]) => unknown, thisArg?: any): 0 | 2 | 1 | undefined;
1670
+ findIndex(predicate: (value: 0 | 2 | 1, index: number, obj: (0 | 2 | 1)[]) => unknown, thisArg?: any): number;
1671
+ fill(value: 0 | 2 | 1, start?: number | undefined, end?: number | undefined): (0 | 2 | 1)[];
1672
+ copyWithin(target: number, start: number, end?: number | undefined): (0 | 2 | 1)[];
1673
+ entries(): IterableIterator<[number, 0 | 2 | 1]>;
1674
+ keys(): IterableIterator<number>;
1675
+ values(): IterableIterator<0 | 2 | 1>;
1676
+ includes(searchElement: 0 | 2 | 1, fromIndex?: number | undefined): boolean;
1677
+ flatMap<U_3, This = undefined>(callback: (this: This, value: 0 | 2 | 1, index: number, array: (0 | 2 | 1)[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
1678
+ flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
1679
+ at(index: number): 0 | 2 | 1 | undefined;
1680
+ [Symbol.iterator](): IterableIterator<0 | 2 | 1>;
1681
+ [Symbol.unscopables](): {
1682
+ copyWithin: boolean;
1683
+ entries: boolean;
1684
+ fill: boolean;
1685
+ find: boolean;
1686
+ findIndex: boolean;
1687
+ keys: boolean;
1688
+ values: boolean;
1689
+ };
1690
+ };
1691
+ breakpoints: {
1692
+ readonly xxs: {
1693
+ readonly width: 0;
1694
+ readonly margin: 20;
1695
+ readonly gutter: 16;
1696
+ };
1697
+ readonly xs: {
1698
+ readonly width: 360;
1699
+ readonly margin: 20;
1700
+ readonly gutter: 16;
1701
+ };
1702
+ readonly sm: {
1703
+ readonly width: 480;
1704
+ readonly margin: 20;
1705
+ readonly gutter: 16;
1706
+ };
1707
+ readonly md: {
1708
+ readonly width: 768;
1709
+ readonly margin: 20;
1710
+ readonly gutter: 16;
1711
+ };
1712
+ readonly lg: {
1713
+ readonly width: 1024;
1714
+ readonly margin: 71;
1715
+ readonly gutter: 24;
1716
+ };
1717
+ readonly xl: {
1718
+ readonly width: 1200;
1719
+ readonly margin: 71;
1720
+ readonly gutter: 24;
1721
+ };
1722
+ readonly xxl: {
1723
+ readonly width: 1366;
1724
+ readonly margin: 71;
1725
+ readonly gutter: 24;
1726
+ };
1727
+ readonly xxxl: {
1728
+ readonly width: 1600;
1729
+ readonly margin: 71;
1730
+ readonly gutter: 24;
1731
+ };
1732
+ };
1733
+ fonts: Record<string, {
1734
+ family: string;
1735
+ weight: (300 | 400 | 500 | 600 | 700 | 900 | "300i" | "400i" | "500i" | "600i" | "700i" | "900i")[];
1736
+ }>;
1737
+ fontSizes: {
1738
+ xxsmall: 10;
1739
+ xsmall: 12;
1740
+ small: 14;
1741
+ medium: 16;
1742
+ large: 20;
1743
+ xlarge: 24;
1744
+ xxlarge: 32;
1745
+ xxxlarge: 40;
1746
+ huge: 48;
1747
+ xhuge: 60;
1748
+ length: number;
1749
+ toString(): string;
1750
+ toLocaleString(): string;
1751
+ pop(): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60 | undefined;
1752
+ push(...items: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]): number;
1753
+ concat(...items: ConcatArray<20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>[]): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1754
+ concat(...items: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60 | ConcatArray<20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>)[]): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1755
+ join(separator?: string | undefined): string;
1756
+ reverse(): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1757
+ shift(): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60 | undefined;
1758
+ slice(start?: number | undefined, end?: number | undefined): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1759
+ sort(compareFn?: ((a: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, b: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60) => number) | undefined): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1760
+ splice(start: number, deleteCount?: number | undefined): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1761
+ splice(start: number, deleteCount: number, ...items: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1762
+ unshift(...items: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]): number;
1763
+ indexOf(searchElement: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, fromIndex?: number | undefined): number;
1764
+ lastIndexOf(searchElement: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, fromIndex?: number | undefined): number;
1765
+ every<S_3 extends 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => value is S_3, thisArg?: any): this is S_3[];
1766
+ every(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => unknown, thisArg?: any): boolean;
1767
+ some(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => unknown, thisArg?: any): boolean;
1768
+ forEach(callbackfn: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => void, thisArg?: any): void;
1769
+ map<U_4>(callbackfn: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => U_4, thisArg?: any): U_4[];
1770
+ filter<S_4 extends 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => value is S_4, thisArg?: any): S_4[];
1771
+ filter(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => unknown, thisArg?: any): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1772
+ reduce(callbackfn: (previousValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60;
1773
+ reduce(callbackfn: (previousValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, initialValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60;
1774
+ reduce<U_5>(callbackfn: (previousValue: U_5, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => U_5, initialValue: U_5): U_5;
1775
+ reduceRight(callbackfn: (previousValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60;
1776
+ reduceRight(callbackfn: (previousValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, initialValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60;
1777
+ reduceRight<U_6>(callbackfn: (previousValue: U_6, currentValue: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, currentIndex: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => U_6, initialValue: U_6): U_6;
1778
+ find<S_5 extends 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>(predicate: (this: void, value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, obj: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => value is S_5, thisArg?: any): S_5 | undefined;
1779
+ find(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, obj: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => unknown, thisArg?: any): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60 | undefined;
1780
+ findIndex(predicate: (value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, obj: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => unknown, thisArg?: any): number;
1781
+ fill(value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, start?: number | undefined, end?: number | undefined): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1782
+ copyWithin(target: number, start: number, end?: number | undefined): (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[];
1783
+ entries(): IterableIterator<[number, 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60]>;
1784
+ keys(): IterableIterator<number>;
1785
+ values(): IterableIterator<20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>;
1786
+ includes(searchElement: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, fromIndex?: number | undefined): boolean;
1787
+ flatMap<U_7, This_1 = undefined>(callback: (this: This_1, value: 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60, index: number, array: (20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60)[]) => U_7 | readonly U_7[], thisArg?: This_1 | undefined): U_7[];
1788
+ flat<A_1, D_1 extends number = 1>(this: A_1, depth?: D_1 | undefined): FlatArray<A_1, D_1>[];
1789
+ at(index: number): 20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60 | undefined;
1790
+ [Symbol.iterator](): IterableIterator<20 | 16 | 24 | 10 | 12 | 14 | 32 | 40 | 48 | 60>;
1791
+ [Symbol.unscopables](): {
1792
+ copyWithin: boolean;
1793
+ entries: boolean;
1794
+ fill: boolean;
1795
+ find: boolean;
1796
+ findIndex: boolean;
1797
+ keys: boolean;
1798
+ values: boolean;
1799
+ };
1800
+ };
1801
+ fontWeights: {
1802
+ length: number;
1803
+ toString(): string;
1804
+ toLocaleString(): string;
1805
+ pop(): 300 | 400 | 500 | 600 | 700 | 900 | undefined;
1806
+ push(...items: (300 | 400 | 500 | 600 | 700 | 900)[]): number;
1807
+ concat(...items: ConcatArray<300 | 400 | 500 | 600 | 700 | 900>[]): (300 | 400 | 500 | 600 | 700 | 900)[];
1808
+ concat(...items: (300 | 400 | 500 | 600 | 700 | 900 | ConcatArray<300 | 400 | 500 | 600 | 700 | 900>)[]): (300 | 400 | 500 | 600 | 700 | 900)[];
1809
+ join(separator?: string | undefined): string;
1810
+ reverse(): (300 | 400 | 500 | 600 | 700 | 900)[];
1811
+ shift(): 300 | 400 | 500 | 600 | 700 | 900 | undefined;
1812
+ slice(start?: number | undefined, end?: number | undefined): (300 | 400 | 500 | 600 | 700 | 900)[];
1813
+ sort(compareFn?: ((a: 300 | 400 | 500 | 600 | 700 | 900, b: 300 | 400 | 500 | 600 | 700 | 900) => number) | undefined): (300 | 400 | 500 | 600 | 700 | 900)[];
1814
+ splice(start: number, deleteCount?: number | undefined): (300 | 400 | 500 | 600 | 700 | 900)[];
1815
+ splice(start: number, deleteCount: number, ...items: (300 | 400 | 500 | 600 | 700 | 900)[]): (300 | 400 | 500 | 600 | 700 | 900)[];
1816
+ unshift(...items: (300 | 400 | 500 | 600 | 700 | 900)[]): number;
1817
+ indexOf(searchElement: 300 | 400 | 500 | 600 | 700 | 900, fromIndex?: number | undefined): number;
1818
+ lastIndexOf(searchElement: 300 | 400 | 500 | 600 | 700 | 900, fromIndex?: number | undefined): number;
1819
+ every<S_6 extends 300 | 400 | 500 | 600 | 700 | 900>(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => value is S_6, thisArg?: any): this is S_6[];
1820
+ every(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => unknown, thisArg?: any): boolean;
1821
+ some(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => unknown, thisArg?: any): boolean;
1822
+ forEach(callbackfn: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => void, thisArg?: any): void;
1823
+ map<U_8>(callbackfn: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => U_8, thisArg?: any): U_8[];
1824
+ filter<S_7 extends 300 | 400 | 500 | 600 | 700 | 900>(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => value is S_7, thisArg?: any): S_7[];
1825
+ filter(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => unknown, thisArg?: any): (300 | 400 | 500 | 600 | 700 | 900)[];
1826
+ reduce(callbackfn: (previousValue: 300 | 400 | 500 | 600 | 700 | 900, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => 300 | 400 | 500 | 600 | 700 | 900): 300 | 400 | 500 | 600 | 700 | 900;
1827
+ reduce(callbackfn: (previousValue: 300 | 400 | 500 | 600 | 700 | 900, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => 300 | 400 | 500 | 600 | 700 | 900, initialValue: 300 | 400 | 500 | 600 | 700 | 900): 300 | 400 | 500 | 600 | 700 | 900;
1828
+ reduce<U_9>(callbackfn: (previousValue: U_9, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => U_9, initialValue: U_9): U_9;
1829
+ reduceRight(callbackfn: (previousValue: 300 | 400 | 500 | 600 | 700 | 900, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => 300 | 400 | 500 | 600 | 700 | 900): 300 | 400 | 500 | 600 | 700 | 900;
1830
+ reduceRight(callbackfn: (previousValue: 300 | 400 | 500 | 600 | 700 | 900, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => 300 | 400 | 500 | 600 | 700 | 900, initialValue: 300 | 400 | 500 | 600 | 700 | 900): 300 | 400 | 500 | 600 | 700 | 900;
1831
+ reduceRight<U_10>(callbackfn: (previousValue: U_10, currentValue: 300 | 400 | 500 | 600 | 700 | 900, currentIndex: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => U_10, initialValue: U_10): U_10;
1832
+ find<S_8 extends 300 | 400 | 500 | 600 | 700 | 900>(predicate: (this: void, value: 300 | 400 | 500 | 600 | 700 | 900, index: number, obj: (300 | 400 | 500 | 600 | 700 | 900)[]) => value is S_8, thisArg?: any): S_8 | undefined;
1833
+ find(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, obj: (300 | 400 | 500 | 600 | 700 | 900)[]) => unknown, thisArg?: any): 300 | 400 | 500 | 600 | 700 | 900 | undefined;
1834
+ findIndex(predicate: (value: 300 | 400 | 500 | 600 | 700 | 900, index: number, obj: (300 | 400 | 500 | 600 | 700 | 900)[]) => unknown, thisArg?: any): number;
1835
+ fill(value: 300 | 400 | 500 | 600 | 700 | 900, start?: number | undefined, end?: number | undefined): (300 | 400 | 500 | 600 | 700 | 900)[];
1836
+ copyWithin(target: number, start: number, end?: number | undefined): (300 | 400 | 500 | 600 | 700 | 900)[];
1837
+ entries(): IterableIterator<[number, 300 | 400 | 500 | 600 | 700 | 900]>;
1838
+ keys(): IterableIterator<number>;
1839
+ values(): IterableIterator<300 | 400 | 500 | 600 | 700 | 900>;
1840
+ includes(searchElement: 300 | 400 | 500 | 600 | 700 | 900, fromIndex?: number | undefined): boolean;
1841
+ flatMap<U_11, This_2 = undefined>(callback: (this: This_2, value: 300 | 400 | 500 | 600 | 700 | 900, index: number, array: (300 | 400 | 500 | 600 | 700 | 900)[]) => U_11 | readonly U_11[], thisArg?: This_2 | undefined): U_11[];
1842
+ flat<A_2, D_2 extends number = 1>(this: A_2, depth?: D_2 | undefined): FlatArray<A_2, D_2>[];
1843
+ at(index: number): 300 | 400 | 500 | 600 | 700 | 900 | undefined;
1844
+ [Symbol.iterator](): IterableIterator<300 | 400 | 500 | 600 | 700 | 900>;
1845
+ [Symbol.unscopables](): {
1846
+ copyWithin: boolean;
1847
+ entries: boolean;
1848
+ fill: boolean;
1849
+ find: boolean;
1850
+ findIndex: boolean;
1851
+ keys: boolean;
1852
+ values: boolean;
1853
+ };
1854
+ light: 300;
1855
+ regular: 400;
1856
+ medium: 500;
1857
+ semiBold: 600;
1858
+ bold: 700;
1859
+ black: 900;
1860
+ };
1861
+ lineHeights: {
1862
+ xxsmall: 12;
1863
+ xsmall: 16;
1864
+ small: 20;
1865
+ medium: 24;
1866
+ large: 28;
1867
+ xlarge: 32;
1868
+ xxlarge: 40;
1869
+ xxxlarge: 48;
1870
+ huge: 56;
1871
+ xhuge: 60;
1872
+ length: number;
1873
+ toString(): string;
1874
+ toLocaleString(): string;
1875
+ pop(): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56 | undefined;
1876
+ push(...items: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]): number;
1877
+ concat(...items: ConcatArray<20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>[]): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1878
+ concat(...items: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56 | ConcatArray<20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>)[]): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1879
+ join(separator?: string | undefined): string;
1880
+ reverse(): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1881
+ shift(): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56 | undefined;
1882
+ slice(start?: number | undefined, end?: number | undefined): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1883
+ sort(compareFn?: ((a: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, b: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56) => number) | undefined): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1884
+ splice(start: number, deleteCount?: number | undefined): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1885
+ splice(start: number, deleteCount: number, ...items: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1886
+ unshift(...items: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]): number;
1887
+ indexOf(searchElement: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, fromIndex?: number | undefined): number;
1888
+ lastIndexOf(searchElement: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, fromIndex?: number | undefined): number;
1889
+ every<S_9 extends 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => value is S_9, thisArg?: any): this is S_9[];
1890
+ every(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => unknown, thisArg?: any): boolean;
1891
+ some(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => unknown, thisArg?: any): boolean;
1892
+ forEach(callbackfn: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => void, thisArg?: any): void;
1893
+ map<U_12>(callbackfn: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => U_12, thisArg?: any): U_12[];
1894
+ filter<S_10 extends 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => value is S_10, thisArg?: any): S_10[];
1895
+ filter(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => unknown, thisArg?: any): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1896
+ reduce(callbackfn: (previousValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56;
1897
+ reduce(callbackfn: (previousValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, initialValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56;
1898
+ reduce<U_13>(callbackfn: (previousValue: U_13, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => U_13, initialValue: U_13): U_13;
1899
+ reduceRight(callbackfn: (previousValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56;
1900
+ reduceRight(callbackfn: (previousValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, initialValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56;
1901
+ reduceRight<U_14>(callbackfn: (previousValue: U_14, currentValue: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, currentIndex: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => U_14, initialValue: U_14): U_14;
1902
+ find<S_11 extends 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>(predicate: (this: void, value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, obj: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => value is S_11, thisArg?: any): S_11 | undefined;
1903
+ find(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, obj: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => unknown, thisArg?: any): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56 | undefined;
1904
+ findIndex(predicate: (value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, obj: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => unknown, thisArg?: any): number;
1905
+ fill(value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, start?: number | undefined, end?: number | undefined): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1906
+ copyWithin(target: number, start: number, end?: number | undefined): (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[];
1907
+ entries(): IterableIterator<[number, 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56]>;
1908
+ keys(): IterableIterator<number>;
1909
+ values(): IterableIterator<20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>;
1910
+ includes(searchElement: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, fromIndex?: number | undefined): boolean;
1911
+ flatMap<U_15, This_3 = undefined>(callback: (this: This_3, value: 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56, index: number, array: (20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56)[]) => U_15 | readonly U_15[], thisArg?: This_3 | undefined): U_15[];
1912
+ flat<A_3, D_3 extends number = 1>(this: A_3, depth?: D_3 | undefined): FlatArray<A_3, D_3>[];
1913
+ at(index: number): 20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56 | undefined;
1914
+ [Symbol.iterator](): IterableIterator<20 | 16 | 24 | 12 | 32 | 40 | 48 | 60 | 28 | 56>;
1915
+ [Symbol.unscopables](): {
1916
+ copyWithin: boolean;
1917
+ entries: boolean;
1918
+ fill: boolean;
1919
+ find: boolean;
1920
+ findIndex: boolean;
1921
+ keys: boolean;
1922
+ values: boolean;
1923
+ };
1924
+ };
1925
+ radii: {
1926
+ sharp: 0;
1927
+ xsmall: 4;
1928
+ small: 8;
1929
+ regular: 16;
1930
+ circle: 9999;
1931
+ length: number;
1932
+ toString(): string;
1933
+ toLocaleString(): string;
1934
+ pop(): 0 | 16 | 4 | 8 | 9999 | undefined;
1935
+ push(...items: (0 | 16 | 4 | 8 | 9999)[]): number;
1936
+ concat(...items: ConcatArray<0 | 16 | 4 | 8 | 9999>[]): (0 | 16 | 4 | 8 | 9999)[];
1937
+ concat(...items: (0 | 16 | 4 | 8 | 9999 | ConcatArray<0 | 16 | 4 | 8 | 9999>)[]): (0 | 16 | 4 | 8 | 9999)[];
1938
+ join(separator?: string | undefined): string;
1939
+ reverse(): (0 | 16 | 4 | 8 | 9999)[];
1940
+ shift(): 0 | 16 | 4 | 8 | 9999 | undefined;
1941
+ slice(start?: number | undefined, end?: number | undefined): (0 | 16 | 4 | 8 | 9999)[];
1942
+ sort(compareFn?: ((a: 0 | 16 | 4 | 8 | 9999, b: 0 | 16 | 4 | 8 | 9999) => number) | undefined): (0 | 16 | 4 | 8 | 9999)[];
1943
+ splice(start: number, deleteCount?: number | undefined): (0 | 16 | 4 | 8 | 9999)[];
1944
+ splice(start: number, deleteCount: number, ...items: (0 | 16 | 4 | 8 | 9999)[]): (0 | 16 | 4 | 8 | 9999)[];
1945
+ unshift(...items: (0 | 16 | 4 | 8 | 9999)[]): number;
1946
+ indexOf(searchElement: 0 | 16 | 4 | 8 | 9999, fromIndex?: number | undefined): number;
1947
+ lastIndexOf(searchElement: 0 | 16 | 4 | 8 | 9999, fromIndex?: number | undefined): number;
1948
+ every<S_12 extends 0 | 16 | 4 | 8 | 9999>(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => value is S_12, thisArg?: any): this is S_12[];
1949
+ every(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => unknown, thisArg?: any): boolean;
1950
+ some(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => unknown, thisArg?: any): boolean;
1951
+ forEach(callbackfn: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => void, thisArg?: any): void;
1952
+ map<U_16>(callbackfn: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => U_16, thisArg?: any): U_16[];
1953
+ filter<S_13 extends 0 | 16 | 4 | 8 | 9999>(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => value is S_13, thisArg?: any): S_13[];
1954
+ filter(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => unknown, thisArg?: any): (0 | 16 | 4 | 8 | 9999)[];
1955
+ reduce(callbackfn: (previousValue: 0 | 16 | 4 | 8 | 9999, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => 0 | 16 | 4 | 8 | 9999): 0 | 16 | 4 | 8 | 9999;
1956
+ reduce(callbackfn: (previousValue: 0 | 16 | 4 | 8 | 9999, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => 0 | 16 | 4 | 8 | 9999, initialValue: 0 | 16 | 4 | 8 | 9999): 0 | 16 | 4 | 8 | 9999;
1957
+ reduce<U_17>(callbackfn: (previousValue: U_17, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => U_17, initialValue: U_17): U_17;
1958
+ reduceRight(callbackfn: (previousValue: 0 | 16 | 4 | 8 | 9999, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => 0 | 16 | 4 | 8 | 9999): 0 | 16 | 4 | 8 | 9999;
1959
+ reduceRight(callbackfn: (previousValue: 0 | 16 | 4 | 8 | 9999, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => 0 | 16 | 4 | 8 | 9999, initialValue: 0 | 16 | 4 | 8 | 9999): 0 | 16 | 4 | 8 | 9999;
1960
+ reduceRight<U_18>(callbackfn: (previousValue: U_18, currentValue: 0 | 16 | 4 | 8 | 9999, currentIndex: number, array: (0 | 16 | 4 | 8 | 9999)[]) => U_18, initialValue: U_18): U_18;
1961
+ find<S_14 extends 0 | 16 | 4 | 8 | 9999>(predicate: (this: void, value: 0 | 16 | 4 | 8 | 9999, index: number, obj: (0 | 16 | 4 | 8 | 9999)[]) => value is S_14, thisArg?: any): S_14 | undefined;
1962
+ find(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, obj: (0 | 16 | 4 | 8 | 9999)[]) => unknown, thisArg?: any): 0 | 16 | 4 | 8 | 9999 | undefined;
1963
+ findIndex(predicate: (value: 0 | 16 | 4 | 8 | 9999, index: number, obj: (0 | 16 | 4 | 8 | 9999)[]) => unknown, thisArg?: any): number;
1964
+ fill(value: 0 | 16 | 4 | 8 | 9999, start?: number | undefined, end?: number | undefined): (0 | 16 | 4 | 8 | 9999)[];
1965
+ copyWithin(target: number, start: number, end?: number | undefined): (0 | 16 | 4 | 8 | 9999)[];
1966
+ entries(): IterableIterator<[number, 0 | 16 | 4 | 8 | 9999]>;
1967
+ keys(): IterableIterator<number>;
1968
+ values(): IterableIterator<0 | 16 | 4 | 8 | 9999>;
1969
+ includes(searchElement: 0 | 16 | 4 | 8 | 9999, fromIndex?: number | undefined): boolean;
1970
+ flatMap<U_19, This_4 = undefined>(callback: (this: This_4, value: 0 | 16 | 4 | 8 | 9999, index: number, array: (0 | 16 | 4 | 8 | 9999)[]) => U_19 | readonly U_19[], thisArg?: This_4 | undefined): U_19[];
1971
+ flat<A_4, D_4 extends number = 1>(this: A_4, depth?: D_4 | undefined): FlatArray<A_4, D_4>[];
1972
+ at(index: number): 0 | 16 | 4 | 8 | 9999 | undefined;
1973
+ [Symbol.iterator](): IterableIterator<0 | 16 | 4 | 8 | 9999>;
1974
+ [Symbol.unscopables](): {
1975
+ copyWithin: boolean;
1976
+ entries: boolean;
1977
+ fill: boolean;
1978
+ find: boolean;
1979
+ findIndex: boolean;
1980
+ keys: boolean;
1981
+ values: boolean;
1982
+ };
1983
+ };
1984
+ elevations: {
1985
+ zero: string;
1986
+ small: string;
1987
+ medium: string;
1988
+ large: string;
1989
+ };
1990
+ spacing: {
1991
+ zero: 0;
1992
+ xxxsmall: 4;
1993
+ xxsmall: 8;
1994
+ xsmall: 12;
1995
+ small: 16;
1996
+ medium: 20;
1997
+ large: 24;
1998
+ xlarge: 32;
1999
+ xxlarge: 40;
2000
+ xxxlarge: 56;
2001
+ huge: 72;
2002
+ xhuge: 80;
2003
+ length: number;
2004
+ toString(): string;
2005
+ toLocaleString(): string;
2006
+ pop(): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80 | undefined;
2007
+ push(...items: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]): number;
2008
+ concat(...items: ConcatArray<0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>[]): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2009
+ concat(...items: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80 | ConcatArray<0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>)[]): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2010
+ join(separator?: string | undefined): string;
2011
+ reverse(): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2012
+ shift(): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80 | undefined;
2013
+ slice(start?: number | undefined, end?: number | undefined): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2014
+ sort(compareFn?: ((a: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, b: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80) => number) | undefined): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2015
+ splice(start: number, deleteCount?: number | undefined): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2016
+ splice(start: number, deleteCount: number, ...items: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2017
+ unshift(...items: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]): number;
2018
+ indexOf(searchElement: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, fromIndex?: number | undefined): number;
2019
+ lastIndexOf(searchElement: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, fromIndex?: number | undefined): number;
2020
+ every<S_15 extends 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => value is S_15, thisArg?: any): this is S_15[];
2021
+ every(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => unknown, thisArg?: any): boolean;
2022
+ some(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => unknown, thisArg?: any): boolean;
2023
+ forEach(callbackfn: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => void, thisArg?: any): void;
2024
+ map<U_20>(callbackfn: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => U_20, thisArg?: any): U_20[];
2025
+ filter<S_16 extends 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => value is S_16, thisArg?: any): S_16[];
2026
+ filter(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => unknown, thisArg?: any): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2027
+ reduce(callbackfn: (previousValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80;
2028
+ reduce(callbackfn: (previousValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, initialValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80;
2029
+ reduce<U_21>(callbackfn: (previousValue: U_21, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => U_21, initialValue: U_21): U_21;
2030
+ reduceRight(callbackfn: (previousValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80;
2031
+ reduceRight(callbackfn: (previousValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, initialValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80;
2032
+ reduceRight<U_22>(callbackfn: (previousValue: U_22, currentValue: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, currentIndex: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => U_22, initialValue: U_22): U_22;
2033
+ find<S_17 extends 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>(predicate: (this: void, value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, obj: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => value is S_17, thisArg?: any): S_17 | undefined;
2034
+ find(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, obj: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => unknown, thisArg?: any): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80 | undefined;
2035
+ findIndex(predicate: (value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, obj: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => unknown, thisArg?: any): number;
2036
+ fill(value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, start?: number | undefined, end?: number | undefined): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2037
+ copyWithin(target: number, start: number, end?: number | undefined): (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[];
2038
+ entries(): IterableIterator<[number, 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80]>;
2039
+ keys(): IterableIterator<number>;
2040
+ values(): IterableIterator<0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>;
2041
+ includes(searchElement: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, fromIndex?: number | undefined): boolean;
2042
+ flatMap<U_23, This_5 = undefined>(callback: (this: This_5, value: 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80, index: number, array: (0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80)[]) => U_23 | readonly U_23[], thisArg?: This_5 | undefined): U_23[];
2043
+ flat<A_5, D_5 extends number = 1>(this: A_5, depth?: D_5 | undefined): FlatArray<A_5, D_5>[];
2044
+ at(index: number): 0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80 | undefined;
2045
+ [Symbol.iterator](): IterableIterator<0 | 20 | 16 | 24 | 12 | 32 | 40 | 56 | 4 | 8 | 72 | 80>;
2046
+ [Symbol.unscopables](): {
2047
+ copyWithin: boolean;
2048
+ entries: boolean;
2049
+ fill: boolean;
2050
+ find: boolean;
2051
+ findIndex: boolean;
2052
+ keys: boolean;
2053
+ values: boolean;
2054
+ };
2055
+ };
2056
+ transition: _gympass_yoga_tokens_global_transition.TransitionProps;
2057
+ };
2058
+
2059
+ export { Theme, composeTheme as default };