@atom-learning/components 3.1.2 → 3.3.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/components/index.d.ts +1 -0
  2. package/dist/components/navigation/NavigationMenu.js +1 -1
  3. package/dist/components/navigation/NavigationMenu.js.map +1 -1
  4. package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -0
  5. package/dist/components/navigation/NavigationMenu.styles.js +1 -1
  6. package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
  7. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +1 -1
  8. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
  9. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  10. package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -1
  11. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  12. package/dist/components/navigation/NavigationMenuLink.js +1 -1
  13. package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
  14. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +26 -0
  15. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js +2 -0
  16. package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js.map +1 -0
  17. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +1 -1
  18. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -1
  19. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +5 -4
  20. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
  21. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
  22. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +3 -1
  23. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
  24. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
  25. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +15 -0
  26. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.js +2 -0
  27. package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.js.map +1 -0
  28. package/dist/components/pagination/PaginationPopover.js +1 -1
  29. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  30. package/dist/components/side-bar/SideBar.d.ts +2579 -0
  31. package/dist/components/side-bar/SideBar.js +2 -0
  32. package/dist/components/side-bar/SideBar.js.map +1 -0
  33. package/dist/components/side-bar/SideBarComponents.d.ts +2250 -0
  34. package/dist/components/side-bar/SideBarComponents.js +2 -0
  35. package/dist/components/side-bar/SideBarComponents.js.map +1 -0
  36. package/dist/components/side-bar/SideBarExpandableContext.d.ts +7 -0
  37. package/dist/components/side-bar/SideBarExpandableContext.js +2 -0
  38. package/dist/components/side-bar/SideBarExpandableContext.js.map +1 -0
  39. package/dist/components/side-bar/index.d.ts +2 -0
  40. package/dist/components/top-bar/TopBar.d.ts +1 -0
  41. package/dist/components/top-bar/TopBar.js +1 -1
  42. package/dist/components/top-bar/TopBar.js.map +1 -1
  43. package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +12 -0
  44. package/dist/components/top-bar/stitches.topBar.colorscheme.config.js +2 -0
  45. package/dist/components/top-bar/stitches.topBar.colorscheme.config.js.map +1 -0
  46. package/dist/docgen.json +1 -1
  47. package/dist/index.cjs.js +1 -1
  48. package/dist/index.cjs.js.map +1 -1
  49. package/dist/index.js +1 -1
  50. package/package.json +3 -2
@@ -0,0 +1,2579 @@
1
+ import React from 'react';
2
+ declare const Root: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
+ type?: "expandable" | undefined;
4
+ }, {
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ reducedMotion: string;
10
+ allowMotion: string;
11
+ hover: string;
12
+ }, import("@stitches/react/types/css-util").CSS<{
13
+ sm: string;
14
+ md: string;
15
+ lg: string;
16
+ xl: string;
17
+ reducedMotion: string;
18
+ allowMotion: string;
19
+ hover: string;
20
+ }, {
21
+ colors: {
22
+ textForeground: any;
23
+ textSubtle: any;
24
+ textPlaceholder: any;
25
+ background: any;
26
+ backgroundAccent: any;
27
+ grey100: any;
28
+ grey200: any;
29
+ grey300: any;
30
+ grey400: any;
31
+ grey500: any;
32
+ grey600: any;
33
+ grey700: any;
34
+ grey800: any;
35
+ grey900: any;
36
+ grey1000: any;
37
+ grey1100: any;
38
+ grey1200: any;
39
+ blue100: any;
40
+ blue200: any;
41
+ blue300: any;
42
+ blue400: any;
43
+ blue500: any;
44
+ blue600: any;
45
+ blue700: any;
46
+ blue800: any;
47
+ blue900: any;
48
+ blue1000: any;
49
+ blue1100: any;
50
+ blue1200: any;
51
+ purple100: any;
52
+ purple200: any;
53
+ purple300: any;
54
+ purple400: any;
55
+ purple500: any;
56
+ purple600: any;
57
+ purple700: any;
58
+ purple800: any;
59
+ purple900: any;
60
+ purple1000: any;
61
+ purple1100: any;
62
+ purple1200: any;
63
+ cyan100: any;
64
+ cyan200: any;
65
+ cyan300: any;
66
+ cyan400: any;
67
+ cyan500: any;
68
+ cyan600: any;
69
+ cyan700: any;
70
+ cyan800: any;
71
+ cyan900: any;
72
+ cyan1000: any;
73
+ cyan1100: any;
74
+ cyan1200: any;
75
+ green100: any;
76
+ green200: any;
77
+ green300: any;
78
+ green400: any;
79
+ green500: any;
80
+ green600: any;
81
+ green700: any;
82
+ green800: any;
83
+ green900: any;
84
+ green1000: any;
85
+ green1100: any;
86
+ green1200: any;
87
+ magenta100: any;
88
+ magenta200: any;
89
+ magenta300: any;
90
+ magenta400: any;
91
+ magenta500: any;
92
+ magenta600: any;
93
+ magenta700: any;
94
+ magenta800: any;
95
+ magenta900: any;
96
+ magenta1000: any;
97
+ magenta1100: any;
98
+ magenta1200: any;
99
+ red100: any;
100
+ red200: any;
101
+ red300: any;
102
+ red400: any;
103
+ red500: any;
104
+ red600: any;
105
+ red700: any;
106
+ red800: any;
107
+ red900: any;
108
+ red1000: any;
109
+ red1100: any;
110
+ red1200: any;
111
+ teal100: any;
112
+ teal200: any;
113
+ teal300: any;
114
+ teal400: any;
115
+ teal500: any;
116
+ teal600: any;
117
+ teal700: any;
118
+ teal800: any;
119
+ teal900: any;
120
+ teal1000: any;
121
+ teal1100: any;
122
+ teal1200: any;
123
+ orange100: any;
124
+ orange200: any;
125
+ orange300: any;
126
+ orange400: any;
127
+ orange500: any;
128
+ orange600: any;
129
+ orange700: any;
130
+ orange800: any;
131
+ orange900: any;
132
+ orange1000: any;
133
+ orange1100: any;
134
+ orange1200: any;
135
+ yellow100: any;
136
+ yellow200: any;
137
+ yellow300: any;
138
+ yellow400: any;
139
+ yellow500: any;
140
+ yellow600: any;
141
+ yellow700: any;
142
+ yellow800: any;
143
+ yellow900: any;
144
+ yellow1000: any;
145
+ yellow1100: any;
146
+ yellow1200: any;
147
+ lime100: any;
148
+ lime200: any;
149
+ lime300: any;
150
+ lime400: any;
151
+ lime500: any;
152
+ lime600: any;
153
+ lime700: any;
154
+ lime800: any;
155
+ lime900: any;
156
+ lime1000: any;
157
+ lime1100: any;
158
+ lime1200: any;
159
+ tonal50: any;
160
+ tonal100: any;
161
+ tonal200: any;
162
+ tonal300: any;
163
+ tonal400: any;
164
+ tonal500: any;
165
+ tonal600: any;
166
+ alpha100: any;
167
+ alpha150: any;
168
+ alpha200: any;
169
+ alpha250: any;
170
+ alpha600: any;
171
+ primaryLight: any;
172
+ primary: any;
173
+ primaryMid: any;
174
+ primaryDark: any;
175
+ secondary: any;
176
+ brandRed: any;
177
+ brandRedAccent: any;
178
+ brandGreen: any;
179
+ brandGreenAccent: any;
180
+ brandPurple: any;
181
+ brandPurpleAccent: any;
182
+ brandYellow: any;
183
+ brandYellowAccent: any;
184
+ successLight: any;
185
+ success: any;
186
+ successMid: any;
187
+ successDark: any;
188
+ dangerLight: any;
189
+ danger: any;
190
+ dangerMid: any;
191
+ dangerDark: any;
192
+ warningLight: any;
193
+ warning: any;
194
+ warningMid: any;
195
+ warningDark: any;
196
+ warningText: any;
197
+ subjectEnglish: any;
198
+ subjectMaths: any;
199
+ subjectScience: any;
200
+ subjectVerbalReasoning: any;
201
+ subjectNonVerbalReasoning: any;
202
+ subjectCreativeWriting: any;
203
+ subjectExamSkills: any;
204
+ glBlueLight: any;
205
+ glBluePrimary: any;
206
+ glBlueDark: any;
207
+ };
208
+ space: {
209
+ "0": any;
210
+ "1": any;
211
+ "2": any;
212
+ "3": any;
213
+ "4": any;
214
+ "5": any;
215
+ "6": any;
216
+ "7": any;
217
+ "8": any;
218
+ "9": any;
219
+ "24": any;
220
+ };
221
+ fontSizes: {
222
+ xs: any;
223
+ sm: any;
224
+ md: any;
225
+ lg: any;
226
+ xl: any;
227
+ "2xl": any;
228
+ "3xl": any;
229
+ "4xl": any;
230
+ };
231
+ fonts: {
232
+ sans: any;
233
+ mono: any;
234
+ display: any;
235
+ body: any;
236
+ };
237
+ sizes: {
238
+ "0": any;
239
+ "1": any;
240
+ "2": any;
241
+ "3": any;
242
+ "4": any;
243
+ "5": any;
244
+ "6": any;
245
+ "7": any;
246
+ "8": any;
247
+ };
248
+ radii: {
249
+ "0": any;
250
+ "1": any;
251
+ "2": any;
252
+ "3": any;
253
+ round: any;
254
+ };
255
+ shadows: {
256
+ "0": any;
257
+ "1": any;
258
+ "2": any;
259
+ "3": any;
260
+ };
261
+ ratios: {
262
+ "16-9": any;
263
+ "3-2": any;
264
+ "4-3": any;
265
+ "1-1": any;
266
+ "3-4": any;
267
+ };
268
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
269
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
270
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
271
+ };
272
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
273
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
274
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
275
+ };
276
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
277
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
278
+ };
279
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
280
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
281
+ };
282
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
283
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
284
+ };
285
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
286
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
287
+ };
288
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
289
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
290
+ };
291
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
292
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
293
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ };
295
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
296
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
297
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ };
305
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ };
308
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ };
322
+ }>>;
323
+ declare type SideBarProps = React.ComponentProps<typeof Root> & {
324
+ type: 'expandable' | 'static';
325
+ };
326
+ export declare const SideBar: {
327
+ ({ className, children, type, ...props }: SideBarProps): JSX.Element;
328
+ Brand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
329
+ sm: string;
330
+ md: string;
331
+ lg: string;
332
+ xl: string;
333
+ reducedMotion: string;
334
+ allowMotion: string;
335
+ hover: string;
336
+ }, import("@stitches/react/types/css-util").CSS<{
337
+ sm: string;
338
+ md: string;
339
+ lg: string;
340
+ xl: string;
341
+ reducedMotion: string;
342
+ allowMotion: string;
343
+ hover: string;
344
+ }, {
345
+ colors: {
346
+ textForeground: any;
347
+ textSubtle: any;
348
+ textPlaceholder: any;
349
+ background: any;
350
+ backgroundAccent: any;
351
+ grey100: any;
352
+ grey200: any;
353
+ grey300: any;
354
+ grey400: any;
355
+ grey500: any;
356
+ grey600: any;
357
+ grey700: any;
358
+ grey800: any;
359
+ grey900: any;
360
+ grey1000: any;
361
+ grey1100: any;
362
+ grey1200: any;
363
+ blue100: any;
364
+ blue200: any;
365
+ blue300: any;
366
+ blue400: any;
367
+ blue500: any;
368
+ blue600: any;
369
+ blue700: any;
370
+ blue800: any;
371
+ blue900: any;
372
+ blue1000: any;
373
+ blue1100: any;
374
+ blue1200: any;
375
+ purple100: any;
376
+ purple200: any;
377
+ purple300: any;
378
+ purple400: any;
379
+ purple500: any;
380
+ purple600: any;
381
+ purple700: any;
382
+ purple800: any;
383
+ purple900: any;
384
+ purple1000: any;
385
+ purple1100: any;
386
+ purple1200: any;
387
+ cyan100: any;
388
+ cyan200: any;
389
+ cyan300: any;
390
+ cyan400: any;
391
+ cyan500: any;
392
+ cyan600: any;
393
+ cyan700: any;
394
+ cyan800: any;
395
+ cyan900: any;
396
+ cyan1000: any;
397
+ cyan1100: any;
398
+ cyan1200: any;
399
+ green100: any;
400
+ green200: any;
401
+ green300: any;
402
+ green400: any;
403
+ green500: any;
404
+ green600: any;
405
+ green700: any;
406
+ green800: any;
407
+ green900: any;
408
+ green1000: any;
409
+ green1100: any;
410
+ green1200: any;
411
+ magenta100: any;
412
+ magenta200: any;
413
+ magenta300: any;
414
+ magenta400: any;
415
+ magenta500: any;
416
+ magenta600: any;
417
+ magenta700: any;
418
+ magenta800: any;
419
+ magenta900: any;
420
+ magenta1000: any;
421
+ magenta1100: any;
422
+ magenta1200: any;
423
+ red100: any;
424
+ red200: any;
425
+ red300: any;
426
+ red400: any;
427
+ red500: any;
428
+ red600: any;
429
+ red700: any;
430
+ red800: any;
431
+ red900: any;
432
+ red1000: any;
433
+ red1100: any;
434
+ red1200: any;
435
+ teal100: any;
436
+ teal200: any;
437
+ teal300: any;
438
+ teal400: any;
439
+ teal500: any;
440
+ teal600: any;
441
+ teal700: any;
442
+ teal800: any;
443
+ teal900: any;
444
+ teal1000: any;
445
+ teal1100: any;
446
+ teal1200: any;
447
+ orange100: any;
448
+ orange200: any;
449
+ orange300: any;
450
+ orange400: any;
451
+ orange500: any;
452
+ orange600: any;
453
+ orange700: any;
454
+ orange800: any;
455
+ orange900: any;
456
+ orange1000: any;
457
+ orange1100: any;
458
+ orange1200: any;
459
+ yellow100: any;
460
+ yellow200: any;
461
+ yellow300: any;
462
+ yellow400: any;
463
+ yellow500: any;
464
+ yellow600: any;
465
+ yellow700: any;
466
+ yellow800: any;
467
+ yellow900: any;
468
+ yellow1000: any;
469
+ yellow1100: any;
470
+ yellow1200: any;
471
+ lime100: any;
472
+ lime200: any;
473
+ lime300: any;
474
+ lime400: any;
475
+ lime500: any;
476
+ lime600: any;
477
+ lime700: any;
478
+ lime800: any;
479
+ lime900: any;
480
+ lime1000: any;
481
+ lime1100: any;
482
+ lime1200: any;
483
+ tonal50: any;
484
+ tonal100: any;
485
+ tonal200: any;
486
+ tonal300: any;
487
+ tonal400: any;
488
+ tonal500: any;
489
+ tonal600: any;
490
+ alpha100: any;
491
+ alpha150: any;
492
+ alpha200: any;
493
+ alpha250: any;
494
+ alpha600: any;
495
+ primaryLight: any;
496
+ primary: any;
497
+ primaryMid: any;
498
+ primaryDark: any;
499
+ secondary: any;
500
+ brandRed: any;
501
+ brandRedAccent: any;
502
+ brandGreen: any;
503
+ brandGreenAccent: any;
504
+ brandPurple: any;
505
+ brandPurpleAccent: any;
506
+ brandYellow: any;
507
+ brandYellowAccent: any;
508
+ successLight: any;
509
+ success: any;
510
+ successMid: any;
511
+ successDark: any;
512
+ dangerLight: any;
513
+ danger: any;
514
+ dangerMid: any;
515
+ dangerDark: any;
516
+ warningLight: any;
517
+ warning: any;
518
+ warningMid: any;
519
+ warningDark: any;
520
+ warningText: any;
521
+ subjectEnglish: any;
522
+ subjectMaths: any;
523
+ subjectScience: any;
524
+ subjectVerbalReasoning: any;
525
+ subjectNonVerbalReasoning: any;
526
+ subjectCreativeWriting: any;
527
+ subjectExamSkills: any;
528
+ glBlueLight: any;
529
+ glBluePrimary: any;
530
+ glBlueDark: any;
531
+ };
532
+ space: {
533
+ "0": any;
534
+ "1": any;
535
+ "2": any;
536
+ "3": any;
537
+ "4": any;
538
+ "5": any;
539
+ "6": any;
540
+ "7": any;
541
+ "8": any;
542
+ "9": any;
543
+ "24": any;
544
+ };
545
+ fontSizes: {
546
+ xs: any;
547
+ sm: any;
548
+ md: any;
549
+ lg: any;
550
+ xl: any;
551
+ "2xl": any;
552
+ "3xl": any;
553
+ "4xl": any;
554
+ };
555
+ fonts: {
556
+ sans: any;
557
+ mono: any;
558
+ display: any;
559
+ body: any;
560
+ };
561
+ sizes: {
562
+ "0": any;
563
+ "1": any;
564
+ "2": any;
565
+ "3": any;
566
+ "4": any;
567
+ "5": any;
568
+ "6": any;
569
+ "7": any;
570
+ "8": any;
571
+ };
572
+ radii: {
573
+ "0": any;
574
+ "1": any;
575
+ "2": any;
576
+ "3": any;
577
+ round: any;
578
+ };
579
+ shadows: {
580
+ "0": any;
581
+ "1": any;
582
+ "2": any;
583
+ "3": any;
584
+ };
585
+ ratios: {
586
+ "16-9": any;
587
+ "3-2": any;
588
+ "4-3": any;
589
+ "1-1": any;
590
+ "3-4": any;
591
+ };
592
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
593
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
594
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
595
+ };
596
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
597
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
598
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
599
+ };
600
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
601
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
602
+ };
603
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
604
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
605
+ };
606
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
607
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
608
+ };
609
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
610
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
611
+ };
612
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
613
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
614
+ };
615
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
616
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
617
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
618
+ };
619
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
620
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
621
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
622
+ };
623
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
624
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
625
+ };
626
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
627
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
628
+ };
629
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
630
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
631
+ };
632
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
633
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
634
+ };
635
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
636
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
637
+ };
638
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
639
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
640
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ };
642
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
643
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
644
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
645
+ };
646
+ }>>;
647
+ BrandLogo: React.FC<Omit<Pick<Omit<Pick<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "key" | keyof React.ImgHTMLAttributes<HTMLImageElement>> & {
648
+ ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
649
+ }, "css" | "fluid"> & import("@stitches/react/types/styled-component").TransformProps<{
650
+ fluid?: boolean | "true" | undefined;
651
+ }, {
652
+ sm: string;
653
+ md: string;
654
+ lg: string;
655
+ xl: string;
656
+ reducedMotion: string;
657
+ allowMotion: string;
658
+ hover: string;
659
+ }> & {
660
+ css?: import("@stitches/react/types/css-util").CSS<{
661
+ sm: string;
662
+ md: string;
663
+ lg: string;
664
+ xl: string;
665
+ reducedMotion: string;
666
+ allowMotion: string;
667
+ hover: string;
668
+ }, {
669
+ colors: {
670
+ textForeground: any;
671
+ textSubtle: any;
672
+ textPlaceholder: any;
673
+ background: any;
674
+ backgroundAccent: any;
675
+ grey100: any;
676
+ grey200: any;
677
+ grey300: any;
678
+ grey400: any;
679
+ grey500: any;
680
+ grey600: any;
681
+ grey700: any;
682
+ grey800: any;
683
+ grey900: any;
684
+ grey1000: any;
685
+ grey1100: any;
686
+ grey1200: any;
687
+ blue100: any;
688
+ blue200: any;
689
+ blue300: any;
690
+ blue400: any;
691
+ blue500: any;
692
+ blue600: any;
693
+ blue700: any;
694
+ blue800: any;
695
+ blue900: any;
696
+ blue1000: any;
697
+ blue1100: any;
698
+ blue1200: any;
699
+ purple100: any;
700
+ purple200: any;
701
+ purple300: any;
702
+ purple400: any;
703
+ purple500: any;
704
+ purple600: any;
705
+ purple700: any;
706
+ purple800: any;
707
+ purple900: any;
708
+ purple1000: any;
709
+ purple1100: any;
710
+ purple1200: any;
711
+ cyan100: any;
712
+ cyan200: any;
713
+ cyan300: any;
714
+ cyan400: any;
715
+ cyan500: any;
716
+ cyan600: any;
717
+ cyan700: any;
718
+ cyan800: any;
719
+ cyan900: any;
720
+ cyan1000: any;
721
+ cyan1100: any;
722
+ cyan1200: any;
723
+ green100: any;
724
+ green200: any;
725
+ green300: any;
726
+ green400: any;
727
+ green500: any;
728
+ green600: any;
729
+ green700: any;
730
+ green800: any;
731
+ green900: any;
732
+ green1000: any;
733
+ green1100: any;
734
+ green1200: any;
735
+ magenta100: any;
736
+ magenta200: any;
737
+ magenta300: any;
738
+ magenta400: any;
739
+ magenta500: any;
740
+ magenta600: any;
741
+ magenta700: any;
742
+ magenta800: any;
743
+ magenta900: any;
744
+ magenta1000: any;
745
+ magenta1100: any;
746
+ magenta1200: any;
747
+ red100: any;
748
+ red200: any;
749
+ red300: any;
750
+ red400: any;
751
+ red500: any;
752
+ red600: any;
753
+ red700: any;
754
+ red800: any;
755
+ red900: any;
756
+ red1000: any;
757
+ red1100: any;
758
+ red1200: any;
759
+ teal100: any;
760
+ teal200: any;
761
+ teal300: any;
762
+ teal400: any;
763
+ teal500: any;
764
+ teal600: any;
765
+ teal700: any;
766
+ teal800: any;
767
+ teal900: any;
768
+ teal1000: any;
769
+ teal1100: any;
770
+ teal1200: any;
771
+ orange100: any;
772
+ orange200: any;
773
+ orange300: any;
774
+ orange400: any;
775
+ orange500: any;
776
+ orange600: any;
777
+ orange700: any;
778
+ orange800: any;
779
+ orange900: any;
780
+ orange1000: any;
781
+ orange1100: any;
782
+ orange1200: any;
783
+ yellow100: any;
784
+ yellow200: any;
785
+ yellow300: any;
786
+ yellow400: any;
787
+ yellow500: any;
788
+ yellow600: any;
789
+ yellow700: any;
790
+ yellow800: any;
791
+ yellow900: any;
792
+ yellow1000: any;
793
+ yellow1100: any;
794
+ yellow1200: any;
795
+ lime100: any;
796
+ lime200: any;
797
+ lime300: any;
798
+ lime400: any;
799
+ lime500: any;
800
+ lime600: any;
801
+ lime700: any;
802
+ lime800: any;
803
+ lime900: any;
804
+ lime1000: any;
805
+ lime1100: any;
806
+ lime1200: any;
807
+ tonal50: any;
808
+ tonal100: any;
809
+ tonal200: any;
810
+ tonal300: any;
811
+ tonal400: any;
812
+ tonal500: any;
813
+ tonal600: any;
814
+ alpha100: any;
815
+ alpha150: any;
816
+ alpha200: any;
817
+ alpha250: any;
818
+ alpha600: any;
819
+ primaryLight: any;
820
+ primary: any;
821
+ primaryMid: any;
822
+ primaryDark: any;
823
+ secondary: any;
824
+ brandRed: any;
825
+ brandRedAccent: any;
826
+ brandGreen: any;
827
+ brandGreenAccent: any;
828
+ brandPurple: any;
829
+ brandPurpleAccent: any;
830
+ brandYellow: any;
831
+ brandYellowAccent: any;
832
+ successLight: any;
833
+ success: any;
834
+ successMid: any;
835
+ successDark: any;
836
+ dangerLight: any;
837
+ danger: any;
838
+ dangerMid: any;
839
+ dangerDark: any;
840
+ warningLight: any;
841
+ warning: any;
842
+ warningMid: any;
843
+ warningDark: any;
844
+ warningText: any;
845
+ subjectEnglish: any;
846
+ subjectMaths: any;
847
+ subjectScience: any;
848
+ subjectVerbalReasoning: any;
849
+ subjectNonVerbalReasoning: any;
850
+ subjectCreativeWriting: any;
851
+ subjectExamSkills: any;
852
+ glBlueLight: any;
853
+ glBluePrimary: any;
854
+ glBlueDark: any;
855
+ };
856
+ space: {
857
+ "0": any;
858
+ "1": any;
859
+ "2": any;
860
+ "3": any;
861
+ "4": any;
862
+ "5": any;
863
+ "6": any;
864
+ "7": any;
865
+ "8": any;
866
+ "9": any;
867
+ "24": any;
868
+ };
869
+ fontSizes: {
870
+ xs: any;
871
+ sm: any;
872
+ md: any;
873
+ lg: any;
874
+ xl: any;
875
+ "2xl": any;
876
+ "3xl": any;
877
+ "4xl": any;
878
+ };
879
+ fonts: {
880
+ sans: any;
881
+ mono: any;
882
+ display: any;
883
+ body: any;
884
+ };
885
+ sizes: {
886
+ "0": any;
887
+ "1": any;
888
+ "2": any;
889
+ "3": any;
890
+ "4": any;
891
+ "5": any;
892
+ "6": any;
893
+ "7": any;
894
+ "8": any;
895
+ };
896
+ radii: {
897
+ "0": any;
898
+ "1": any;
899
+ "2": any;
900
+ "3": any;
901
+ round: any;
902
+ };
903
+ shadows: {
904
+ "0": any;
905
+ "1": any;
906
+ "2": any;
907
+ "3": any;
908
+ };
909
+ ratios: {
910
+ "16-9": any;
911
+ "3-2": any;
912
+ "4-3": any;
913
+ "1-1": any;
914
+ "3-4": any;
915
+ };
916
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
917
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
918
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
919
+ };
920
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
921
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
922
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
923
+ };
924
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
925
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
926
+ };
927
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
928
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
929
+ };
930
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
931
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
932
+ };
933
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
934
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
935
+ };
936
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
937
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
938
+ };
939
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
940
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
941
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
942
+ };
943
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
944
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
945
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
946
+ };
947
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
948
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
949
+ };
950
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
951
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
952
+ };
953
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
954
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
955
+ };
956
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
957
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
958
+ };
959
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
960
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
961
+ };
962
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
963
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
964
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
965
+ };
966
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
967
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
968
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
969
+ };
970
+ }> | undefined;
971
+ }, "css" | "key" | keyof React.ImgHTMLAttributes<HTMLImageElement> | "fluid">, "as"> & {
972
+ as?: undefined;
973
+ }>;
974
+ BrandName: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
975
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
976
+ }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
977
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
978
+ noCapsize?: boolean | "true" | undefined;
979
+ }, {
980
+ sm: string;
981
+ md: string;
982
+ lg: string;
983
+ xl: string;
984
+ reducedMotion: string;
985
+ allowMotion: string;
986
+ hover: string;
987
+ }> & {
988
+ css?: import("@stitches/react/types/css-util").CSS<{
989
+ sm: string;
990
+ md: string;
991
+ lg: string;
992
+ xl: string;
993
+ reducedMotion: string;
994
+ allowMotion: string;
995
+ hover: string;
996
+ }, {
997
+ colors: {
998
+ textForeground: any;
999
+ textSubtle: any;
1000
+ textPlaceholder: any;
1001
+ background: any;
1002
+ backgroundAccent: any;
1003
+ grey100: any;
1004
+ grey200: any;
1005
+ grey300: any;
1006
+ grey400: any;
1007
+ grey500: any;
1008
+ grey600: any;
1009
+ grey700: any;
1010
+ grey800: any;
1011
+ grey900: any;
1012
+ grey1000: any;
1013
+ grey1100: any;
1014
+ grey1200: any;
1015
+ blue100: any;
1016
+ blue200: any;
1017
+ blue300: any;
1018
+ blue400: any;
1019
+ blue500: any;
1020
+ blue600: any;
1021
+ blue700: any;
1022
+ blue800: any;
1023
+ blue900: any;
1024
+ blue1000: any;
1025
+ blue1100: any;
1026
+ blue1200: any;
1027
+ purple100: any;
1028
+ purple200: any;
1029
+ purple300: any;
1030
+ purple400: any;
1031
+ purple500: any;
1032
+ purple600: any;
1033
+ purple700: any;
1034
+ purple800: any;
1035
+ purple900: any;
1036
+ purple1000: any;
1037
+ purple1100: any;
1038
+ purple1200: any;
1039
+ cyan100: any;
1040
+ cyan200: any;
1041
+ cyan300: any;
1042
+ cyan400: any;
1043
+ cyan500: any;
1044
+ cyan600: any;
1045
+ cyan700: any;
1046
+ cyan800: any;
1047
+ cyan900: any;
1048
+ cyan1000: any;
1049
+ cyan1100: any;
1050
+ cyan1200: any;
1051
+ green100: any;
1052
+ green200: any;
1053
+ green300: any;
1054
+ green400: any;
1055
+ green500: any;
1056
+ green600: any;
1057
+ green700: any;
1058
+ green800: any;
1059
+ green900: any;
1060
+ green1000: any;
1061
+ green1100: any;
1062
+ green1200: any;
1063
+ magenta100: any;
1064
+ magenta200: any;
1065
+ magenta300: any;
1066
+ magenta400: any;
1067
+ magenta500: any;
1068
+ magenta600: any;
1069
+ magenta700: any;
1070
+ magenta800: any;
1071
+ magenta900: any;
1072
+ magenta1000: any;
1073
+ magenta1100: any;
1074
+ magenta1200: any;
1075
+ red100: any;
1076
+ red200: any;
1077
+ red300: any;
1078
+ red400: any;
1079
+ red500: any;
1080
+ red600: any;
1081
+ red700: any;
1082
+ red800: any;
1083
+ red900: any;
1084
+ red1000: any;
1085
+ red1100: any;
1086
+ red1200: any;
1087
+ teal100: any;
1088
+ teal200: any;
1089
+ teal300: any;
1090
+ teal400: any;
1091
+ teal500: any;
1092
+ teal600: any;
1093
+ teal700: any;
1094
+ teal800: any;
1095
+ teal900: any;
1096
+ teal1000: any;
1097
+ teal1100: any;
1098
+ teal1200: any;
1099
+ orange100: any;
1100
+ orange200: any;
1101
+ orange300: any;
1102
+ orange400: any;
1103
+ orange500: any;
1104
+ orange600: any;
1105
+ orange700: any;
1106
+ orange800: any;
1107
+ orange900: any;
1108
+ orange1000: any;
1109
+ orange1100: any;
1110
+ orange1200: any;
1111
+ yellow100: any;
1112
+ yellow200: any;
1113
+ yellow300: any;
1114
+ yellow400: any;
1115
+ yellow500: any;
1116
+ yellow600: any;
1117
+ yellow700: any;
1118
+ yellow800: any;
1119
+ yellow900: any;
1120
+ yellow1000: any;
1121
+ yellow1100: any;
1122
+ yellow1200: any;
1123
+ lime100: any;
1124
+ lime200: any;
1125
+ lime300: any;
1126
+ lime400: any;
1127
+ lime500: any;
1128
+ lime600: any;
1129
+ lime700: any;
1130
+ lime800: any;
1131
+ lime900: any;
1132
+ lime1000: any;
1133
+ lime1100: any;
1134
+ lime1200: any;
1135
+ tonal50: any;
1136
+ tonal100: any;
1137
+ tonal200: any;
1138
+ tonal300: any;
1139
+ tonal400: any;
1140
+ tonal500: any;
1141
+ tonal600: any;
1142
+ alpha100: any;
1143
+ alpha150: any;
1144
+ alpha200: any;
1145
+ alpha250: any;
1146
+ alpha600: any;
1147
+ primaryLight: any;
1148
+ primary: any;
1149
+ primaryMid: any;
1150
+ primaryDark: any;
1151
+ secondary: any;
1152
+ brandRed: any;
1153
+ brandRedAccent: any;
1154
+ brandGreen: any;
1155
+ brandGreenAccent: any;
1156
+ brandPurple: any;
1157
+ brandPurpleAccent: any;
1158
+ brandYellow: any;
1159
+ brandYellowAccent: any;
1160
+ successLight: any;
1161
+ success: any;
1162
+ successMid: any;
1163
+ successDark: any;
1164
+ dangerLight: any;
1165
+ danger: any;
1166
+ dangerMid: any;
1167
+ dangerDark: any;
1168
+ warningLight: any;
1169
+ warning: any;
1170
+ warningMid: any;
1171
+ warningDark: any;
1172
+ warningText: any;
1173
+ subjectEnglish: any;
1174
+ subjectMaths: any;
1175
+ subjectScience: any;
1176
+ subjectVerbalReasoning: any;
1177
+ subjectNonVerbalReasoning: any;
1178
+ subjectCreativeWriting: any;
1179
+ subjectExamSkills: any;
1180
+ glBlueLight: any;
1181
+ glBluePrimary: any;
1182
+ glBlueDark: any;
1183
+ };
1184
+ space: {
1185
+ "0": any;
1186
+ "1": any;
1187
+ "2": any;
1188
+ "3": any;
1189
+ "4": any;
1190
+ "5": any;
1191
+ "6": any;
1192
+ "7": any;
1193
+ "8": any;
1194
+ "9": any;
1195
+ "24": any;
1196
+ };
1197
+ fontSizes: {
1198
+ xs: any;
1199
+ sm: any;
1200
+ md: any;
1201
+ lg: any;
1202
+ xl: any;
1203
+ "2xl": any;
1204
+ "3xl": any;
1205
+ "4xl": any;
1206
+ };
1207
+ fonts: {
1208
+ sans: any;
1209
+ mono: any;
1210
+ display: any;
1211
+ body: any;
1212
+ };
1213
+ sizes: {
1214
+ "0": any;
1215
+ "1": any;
1216
+ "2": any;
1217
+ "3": any;
1218
+ "4": any;
1219
+ "5": any;
1220
+ "6": any;
1221
+ "7": any;
1222
+ "8": any;
1223
+ };
1224
+ radii: {
1225
+ "0": any;
1226
+ "1": any;
1227
+ "2": any;
1228
+ "3": any;
1229
+ round: any;
1230
+ };
1231
+ shadows: {
1232
+ "0": any;
1233
+ "1": any;
1234
+ "2": any;
1235
+ "3": any;
1236
+ };
1237
+ ratios: {
1238
+ "16-9": any;
1239
+ "3-2": any;
1240
+ "4-3": any;
1241
+ "1-1": any;
1242
+ "3-4": any;
1243
+ };
1244
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1245
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1246
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1247
+ };
1248
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1249
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1250
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1251
+ };
1252
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1253
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1254
+ };
1255
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1256
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1257
+ };
1258
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1259
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1260
+ };
1261
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1262
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1263
+ };
1264
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1265
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1266
+ };
1267
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1268
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1269
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1270
+ };
1271
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1272
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1273
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1274
+ };
1275
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1276
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1277
+ };
1278
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1279
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1280
+ };
1281
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1282
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1283
+ };
1284
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1285
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1286
+ };
1287
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1288
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1289
+ };
1290
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1291
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1292
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1293
+ };
1294
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1295
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1296
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1297
+ };
1298
+ }> | undefined;
1299
+ }, "as"> & {
1300
+ as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
1301
+ }>, {}, {
1302
+ sm: string;
1303
+ md: string;
1304
+ lg: string;
1305
+ xl: string;
1306
+ reducedMotion: string;
1307
+ allowMotion: string;
1308
+ hover: string;
1309
+ }, import("@stitches/react/types/css-util").CSS<{
1310
+ sm: string;
1311
+ md: string;
1312
+ lg: string;
1313
+ xl: string;
1314
+ reducedMotion: string;
1315
+ allowMotion: string;
1316
+ hover: string;
1317
+ }, {
1318
+ colors: {
1319
+ textForeground: any;
1320
+ textSubtle: any;
1321
+ textPlaceholder: any;
1322
+ background: any;
1323
+ backgroundAccent: any;
1324
+ grey100: any;
1325
+ grey200: any;
1326
+ grey300: any;
1327
+ grey400: any;
1328
+ grey500: any;
1329
+ grey600: any;
1330
+ grey700: any;
1331
+ grey800: any;
1332
+ grey900: any;
1333
+ grey1000: any;
1334
+ grey1100: any;
1335
+ grey1200: any;
1336
+ blue100: any;
1337
+ blue200: any;
1338
+ blue300: any;
1339
+ blue400: any;
1340
+ blue500: any;
1341
+ blue600: any;
1342
+ blue700: any;
1343
+ blue800: any;
1344
+ blue900: any;
1345
+ blue1000: any;
1346
+ blue1100: any;
1347
+ blue1200: any;
1348
+ purple100: any;
1349
+ purple200: any;
1350
+ purple300: any;
1351
+ purple400: any;
1352
+ purple500: any;
1353
+ purple600: any;
1354
+ purple700: any;
1355
+ purple800: any;
1356
+ purple900: any;
1357
+ purple1000: any;
1358
+ purple1100: any;
1359
+ purple1200: any;
1360
+ cyan100: any;
1361
+ cyan200: any;
1362
+ cyan300: any;
1363
+ cyan400: any;
1364
+ cyan500: any;
1365
+ cyan600: any;
1366
+ cyan700: any;
1367
+ cyan800: any;
1368
+ cyan900: any;
1369
+ cyan1000: any;
1370
+ cyan1100: any;
1371
+ cyan1200: any;
1372
+ green100: any;
1373
+ green200: any;
1374
+ green300: any;
1375
+ green400: any;
1376
+ green500: any;
1377
+ green600: any;
1378
+ green700: any;
1379
+ green800: any;
1380
+ green900: any;
1381
+ green1000: any;
1382
+ green1100: any;
1383
+ green1200: any;
1384
+ magenta100: any;
1385
+ magenta200: any;
1386
+ magenta300: any;
1387
+ magenta400: any;
1388
+ magenta500: any;
1389
+ magenta600: any;
1390
+ magenta700: any;
1391
+ magenta800: any;
1392
+ magenta900: any;
1393
+ magenta1000: any;
1394
+ magenta1100: any;
1395
+ magenta1200: any;
1396
+ red100: any;
1397
+ red200: any;
1398
+ red300: any;
1399
+ red400: any;
1400
+ red500: any;
1401
+ red600: any;
1402
+ red700: any;
1403
+ red800: any;
1404
+ red900: any;
1405
+ red1000: any;
1406
+ red1100: any;
1407
+ red1200: any;
1408
+ teal100: any;
1409
+ teal200: any;
1410
+ teal300: any;
1411
+ teal400: any;
1412
+ teal500: any;
1413
+ teal600: any;
1414
+ teal700: any;
1415
+ teal800: any;
1416
+ teal900: any;
1417
+ teal1000: any;
1418
+ teal1100: any;
1419
+ teal1200: any;
1420
+ orange100: any;
1421
+ orange200: any;
1422
+ orange300: any;
1423
+ orange400: any;
1424
+ orange500: any;
1425
+ orange600: any;
1426
+ orange700: any;
1427
+ orange800: any;
1428
+ orange900: any;
1429
+ orange1000: any;
1430
+ orange1100: any;
1431
+ orange1200: any;
1432
+ yellow100: any;
1433
+ yellow200: any;
1434
+ yellow300: any;
1435
+ yellow400: any;
1436
+ yellow500: any;
1437
+ yellow600: any;
1438
+ yellow700: any;
1439
+ yellow800: any;
1440
+ yellow900: any;
1441
+ yellow1000: any;
1442
+ yellow1100: any;
1443
+ yellow1200: any;
1444
+ lime100: any;
1445
+ lime200: any;
1446
+ lime300: any;
1447
+ lime400: any;
1448
+ lime500: any;
1449
+ lime600: any;
1450
+ lime700: any;
1451
+ lime800: any;
1452
+ lime900: any;
1453
+ lime1000: any;
1454
+ lime1100: any;
1455
+ lime1200: any;
1456
+ tonal50: any;
1457
+ tonal100: any;
1458
+ tonal200: any;
1459
+ tonal300: any;
1460
+ tonal400: any;
1461
+ tonal500: any;
1462
+ tonal600: any;
1463
+ alpha100: any;
1464
+ alpha150: any;
1465
+ alpha200: any;
1466
+ alpha250: any;
1467
+ alpha600: any;
1468
+ primaryLight: any;
1469
+ primary: any;
1470
+ primaryMid: any;
1471
+ primaryDark: any;
1472
+ secondary: any;
1473
+ brandRed: any;
1474
+ brandRedAccent: any;
1475
+ brandGreen: any;
1476
+ brandGreenAccent: any;
1477
+ brandPurple: any;
1478
+ brandPurpleAccent: any;
1479
+ brandYellow: any;
1480
+ brandYellowAccent: any;
1481
+ successLight: any;
1482
+ success: any;
1483
+ successMid: any;
1484
+ successDark: any;
1485
+ dangerLight: any;
1486
+ danger: any;
1487
+ dangerMid: any;
1488
+ dangerDark: any;
1489
+ warningLight: any;
1490
+ warning: any;
1491
+ warningMid: any;
1492
+ warningDark: any;
1493
+ warningText: any;
1494
+ subjectEnglish: any;
1495
+ subjectMaths: any;
1496
+ subjectScience: any;
1497
+ subjectVerbalReasoning: any;
1498
+ subjectNonVerbalReasoning: any;
1499
+ subjectCreativeWriting: any;
1500
+ subjectExamSkills: any;
1501
+ glBlueLight: any;
1502
+ glBluePrimary: any;
1503
+ glBlueDark: any;
1504
+ };
1505
+ space: {
1506
+ "0": any;
1507
+ "1": any;
1508
+ "2": any;
1509
+ "3": any;
1510
+ "4": any;
1511
+ "5": any;
1512
+ "6": any;
1513
+ "7": any;
1514
+ "8": any;
1515
+ "9": any;
1516
+ "24": any;
1517
+ };
1518
+ fontSizes: {
1519
+ xs: any;
1520
+ sm: any;
1521
+ md: any;
1522
+ lg: any;
1523
+ xl: any;
1524
+ "2xl": any;
1525
+ "3xl": any;
1526
+ "4xl": any;
1527
+ };
1528
+ fonts: {
1529
+ sans: any;
1530
+ mono: any;
1531
+ display: any;
1532
+ body: any;
1533
+ };
1534
+ sizes: {
1535
+ "0": any;
1536
+ "1": any;
1537
+ "2": any;
1538
+ "3": any;
1539
+ "4": any;
1540
+ "5": any;
1541
+ "6": any;
1542
+ "7": any;
1543
+ "8": any;
1544
+ };
1545
+ radii: {
1546
+ "0": any;
1547
+ "1": any;
1548
+ "2": any;
1549
+ "3": any;
1550
+ round: any;
1551
+ };
1552
+ shadows: {
1553
+ "0": any;
1554
+ "1": any;
1555
+ "2": any;
1556
+ "3": any;
1557
+ };
1558
+ ratios: {
1559
+ "16-9": any;
1560
+ "3-2": any;
1561
+ "4-3": any;
1562
+ "1-1": any;
1563
+ "3-4": any;
1564
+ };
1565
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1566
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1567
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1568
+ };
1569
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1570
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1571
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1572
+ };
1573
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1574
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1575
+ };
1576
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1577
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1578
+ };
1579
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1580
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1581
+ };
1582
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1583
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1584
+ };
1585
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1586
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1587
+ };
1588
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1589
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1590
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1591
+ };
1592
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1593
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1594
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1595
+ };
1596
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1597
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1598
+ };
1599
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1600
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1601
+ };
1602
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1603
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1604
+ };
1605
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1606
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1607
+ };
1608
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1609
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1610
+ };
1611
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1612
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1613
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1614
+ };
1615
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1616
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1617
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1618
+ };
1619
+ }>>;
1620
+ Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1621
+ sm: string;
1622
+ md: string;
1623
+ lg: string;
1624
+ xl: string;
1625
+ reducedMotion: string;
1626
+ allowMotion: string;
1627
+ hover: string;
1628
+ }, import("@stitches/react/types/css-util").CSS<{
1629
+ sm: string;
1630
+ md: string;
1631
+ lg: string;
1632
+ xl: string;
1633
+ reducedMotion: string;
1634
+ allowMotion: string;
1635
+ hover: string;
1636
+ }, {
1637
+ colors: {
1638
+ textForeground: any;
1639
+ textSubtle: any;
1640
+ textPlaceholder: any;
1641
+ background: any;
1642
+ backgroundAccent: any;
1643
+ grey100: any;
1644
+ grey200: any;
1645
+ grey300: any;
1646
+ grey400: any;
1647
+ grey500: any;
1648
+ grey600: any;
1649
+ grey700: any;
1650
+ grey800: any;
1651
+ grey900: any;
1652
+ grey1000: any;
1653
+ grey1100: any;
1654
+ grey1200: any;
1655
+ blue100: any;
1656
+ blue200: any;
1657
+ blue300: any;
1658
+ blue400: any;
1659
+ blue500: any;
1660
+ blue600: any;
1661
+ blue700: any;
1662
+ blue800: any;
1663
+ blue900: any;
1664
+ blue1000: any;
1665
+ blue1100: any;
1666
+ blue1200: any;
1667
+ purple100: any;
1668
+ purple200: any;
1669
+ purple300: any;
1670
+ purple400: any;
1671
+ purple500: any;
1672
+ purple600: any;
1673
+ purple700: any;
1674
+ purple800: any;
1675
+ purple900: any;
1676
+ purple1000: any;
1677
+ purple1100: any;
1678
+ purple1200: any;
1679
+ cyan100: any;
1680
+ cyan200: any;
1681
+ cyan300: any;
1682
+ cyan400: any;
1683
+ cyan500: any;
1684
+ cyan600: any;
1685
+ cyan700: any;
1686
+ cyan800: any;
1687
+ cyan900: any;
1688
+ cyan1000: any;
1689
+ cyan1100: any;
1690
+ cyan1200: any;
1691
+ green100: any;
1692
+ green200: any;
1693
+ green300: any;
1694
+ green400: any;
1695
+ green500: any;
1696
+ green600: any;
1697
+ green700: any;
1698
+ green800: any;
1699
+ green900: any;
1700
+ green1000: any;
1701
+ green1100: any;
1702
+ green1200: any;
1703
+ magenta100: any;
1704
+ magenta200: any;
1705
+ magenta300: any;
1706
+ magenta400: any;
1707
+ magenta500: any;
1708
+ magenta600: any;
1709
+ magenta700: any;
1710
+ magenta800: any;
1711
+ magenta900: any;
1712
+ magenta1000: any;
1713
+ magenta1100: any;
1714
+ magenta1200: any;
1715
+ red100: any;
1716
+ red200: any;
1717
+ red300: any;
1718
+ red400: any;
1719
+ red500: any;
1720
+ red600: any;
1721
+ red700: any;
1722
+ red800: any;
1723
+ red900: any;
1724
+ red1000: any;
1725
+ red1100: any;
1726
+ red1200: any;
1727
+ teal100: any;
1728
+ teal200: any;
1729
+ teal300: any;
1730
+ teal400: any;
1731
+ teal500: any;
1732
+ teal600: any;
1733
+ teal700: any;
1734
+ teal800: any;
1735
+ teal900: any;
1736
+ teal1000: any;
1737
+ teal1100: any;
1738
+ teal1200: any;
1739
+ orange100: any;
1740
+ orange200: any;
1741
+ orange300: any;
1742
+ orange400: any;
1743
+ orange500: any;
1744
+ orange600: any;
1745
+ orange700: any;
1746
+ orange800: any;
1747
+ orange900: any;
1748
+ orange1000: any;
1749
+ orange1100: any;
1750
+ orange1200: any;
1751
+ yellow100: any;
1752
+ yellow200: any;
1753
+ yellow300: any;
1754
+ yellow400: any;
1755
+ yellow500: any;
1756
+ yellow600: any;
1757
+ yellow700: any;
1758
+ yellow800: any;
1759
+ yellow900: any;
1760
+ yellow1000: any;
1761
+ yellow1100: any;
1762
+ yellow1200: any;
1763
+ lime100: any;
1764
+ lime200: any;
1765
+ lime300: any;
1766
+ lime400: any;
1767
+ lime500: any;
1768
+ lime600: any;
1769
+ lime700: any;
1770
+ lime800: any;
1771
+ lime900: any;
1772
+ lime1000: any;
1773
+ lime1100: any;
1774
+ lime1200: any;
1775
+ tonal50: any;
1776
+ tonal100: any;
1777
+ tonal200: any;
1778
+ tonal300: any;
1779
+ tonal400: any;
1780
+ tonal500: any;
1781
+ tonal600: any;
1782
+ alpha100: any;
1783
+ alpha150: any;
1784
+ alpha200: any;
1785
+ alpha250: any;
1786
+ alpha600: any;
1787
+ primaryLight: any;
1788
+ primary: any;
1789
+ primaryMid: any;
1790
+ primaryDark: any;
1791
+ secondary: any;
1792
+ brandRed: any;
1793
+ brandRedAccent: any;
1794
+ brandGreen: any;
1795
+ brandGreenAccent: any;
1796
+ brandPurple: any;
1797
+ brandPurpleAccent: any;
1798
+ brandYellow: any;
1799
+ brandYellowAccent: any;
1800
+ successLight: any;
1801
+ success: any;
1802
+ successMid: any;
1803
+ successDark: any;
1804
+ dangerLight: any;
1805
+ danger: any;
1806
+ dangerMid: any;
1807
+ dangerDark: any;
1808
+ warningLight: any;
1809
+ warning: any;
1810
+ warningMid: any;
1811
+ warningDark: any;
1812
+ warningText: any;
1813
+ subjectEnglish: any;
1814
+ subjectMaths: any;
1815
+ subjectScience: any;
1816
+ subjectVerbalReasoning: any;
1817
+ subjectNonVerbalReasoning: any;
1818
+ subjectCreativeWriting: any;
1819
+ subjectExamSkills: any;
1820
+ glBlueLight: any;
1821
+ glBluePrimary: any;
1822
+ glBlueDark: any;
1823
+ };
1824
+ space: {
1825
+ "0": any;
1826
+ "1": any;
1827
+ "2": any;
1828
+ "3": any;
1829
+ "4": any;
1830
+ "5": any;
1831
+ "6": any;
1832
+ "7": any;
1833
+ "8": any;
1834
+ "9": any;
1835
+ "24": any;
1836
+ };
1837
+ fontSizes: {
1838
+ xs: any;
1839
+ sm: any;
1840
+ md: any;
1841
+ lg: any;
1842
+ xl: any;
1843
+ "2xl": any;
1844
+ "3xl": any;
1845
+ "4xl": any;
1846
+ };
1847
+ fonts: {
1848
+ sans: any;
1849
+ mono: any;
1850
+ display: any;
1851
+ body: any;
1852
+ };
1853
+ sizes: {
1854
+ "0": any;
1855
+ "1": any;
1856
+ "2": any;
1857
+ "3": any;
1858
+ "4": any;
1859
+ "5": any;
1860
+ "6": any;
1861
+ "7": any;
1862
+ "8": any;
1863
+ };
1864
+ radii: {
1865
+ "0": any;
1866
+ "1": any;
1867
+ "2": any;
1868
+ "3": any;
1869
+ round: any;
1870
+ };
1871
+ shadows: {
1872
+ "0": any;
1873
+ "1": any;
1874
+ "2": any;
1875
+ "3": any;
1876
+ };
1877
+ ratios: {
1878
+ "16-9": any;
1879
+ "3-2": any;
1880
+ "4-3": any;
1881
+ "1-1": any;
1882
+ "3-4": any;
1883
+ };
1884
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1885
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1886
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
1887
+ };
1888
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
1889
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1890
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
1891
+ };
1892
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1893
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1894
+ };
1895
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1896
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1897
+ };
1898
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1899
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1900
+ };
1901
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1902
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1903
+ };
1904
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1905
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1906
+ };
1907
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1908
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1909
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1910
+ };
1911
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1912
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1913
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1914
+ };
1915
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1916
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1917
+ };
1918
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1919
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1920
+ };
1921
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1922
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1923
+ };
1924
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1925
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1926
+ };
1927
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1928
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1929
+ };
1930
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1931
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1932
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1933
+ };
1934
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
1935
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1936
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
1937
+ };
1938
+ }>>;
1939
+ Header: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1940
+ sm: string;
1941
+ md: string;
1942
+ lg: string;
1943
+ xl: string;
1944
+ reducedMotion: string;
1945
+ allowMotion: string;
1946
+ hover: string;
1947
+ }, import("@stitches/react/types/css-util").CSS<{
1948
+ sm: string;
1949
+ md: string;
1950
+ lg: string;
1951
+ xl: string;
1952
+ reducedMotion: string;
1953
+ allowMotion: string;
1954
+ hover: string;
1955
+ }, {
1956
+ colors: {
1957
+ textForeground: any;
1958
+ textSubtle: any;
1959
+ textPlaceholder: any;
1960
+ background: any;
1961
+ backgroundAccent: any;
1962
+ grey100: any;
1963
+ grey200: any;
1964
+ grey300: any;
1965
+ grey400: any;
1966
+ grey500: any;
1967
+ grey600: any;
1968
+ grey700: any;
1969
+ grey800: any;
1970
+ grey900: any;
1971
+ grey1000: any;
1972
+ grey1100: any;
1973
+ grey1200: any;
1974
+ blue100: any;
1975
+ blue200: any;
1976
+ blue300: any;
1977
+ blue400: any;
1978
+ blue500: any;
1979
+ blue600: any;
1980
+ blue700: any;
1981
+ blue800: any;
1982
+ blue900: any;
1983
+ blue1000: any;
1984
+ blue1100: any;
1985
+ blue1200: any;
1986
+ purple100: any;
1987
+ purple200: any;
1988
+ purple300: any;
1989
+ purple400: any;
1990
+ purple500: any;
1991
+ purple600: any;
1992
+ purple700: any;
1993
+ purple800: any;
1994
+ purple900: any;
1995
+ purple1000: any;
1996
+ purple1100: any;
1997
+ purple1200: any;
1998
+ cyan100: any;
1999
+ cyan200: any;
2000
+ cyan300: any;
2001
+ cyan400: any;
2002
+ cyan500: any;
2003
+ cyan600: any;
2004
+ cyan700: any;
2005
+ cyan800: any;
2006
+ cyan900: any;
2007
+ cyan1000: any;
2008
+ cyan1100: any;
2009
+ cyan1200: any;
2010
+ green100: any;
2011
+ green200: any;
2012
+ green300: any;
2013
+ green400: any;
2014
+ green500: any;
2015
+ green600: any;
2016
+ green700: any;
2017
+ green800: any;
2018
+ green900: any;
2019
+ green1000: any;
2020
+ green1100: any;
2021
+ green1200: any;
2022
+ magenta100: any;
2023
+ magenta200: any;
2024
+ magenta300: any;
2025
+ magenta400: any;
2026
+ magenta500: any;
2027
+ magenta600: any;
2028
+ magenta700: any;
2029
+ magenta800: any;
2030
+ magenta900: any;
2031
+ magenta1000: any;
2032
+ magenta1100: any;
2033
+ magenta1200: any;
2034
+ red100: any;
2035
+ red200: any;
2036
+ red300: any;
2037
+ red400: any;
2038
+ red500: any;
2039
+ red600: any;
2040
+ red700: any;
2041
+ red800: any;
2042
+ red900: any;
2043
+ red1000: any;
2044
+ red1100: any;
2045
+ red1200: any;
2046
+ teal100: any;
2047
+ teal200: any;
2048
+ teal300: any;
2049
+ teal400: any;
2050
+ teal500: any;
2051
+ teal600: any;
2052
+ teal700: any;
2053
+ teal800: any;
2054
+ teal900: any;
2055
+ teal1000: any;
2056
+ teal1100: any;
2057
+ teal1200: any;
2058
+ orange100: any;
2059
+ orange200: any;
2060
+ orange300: any;
2061
+ orange400: any;
2062
+ orange500: any;
2063
+ orange600: any;
2064
+ orange700: any;
2065
+ orange800: any;
2066
+ orange900: any;
2067
+ orange1000: any;
2068
+ orange1100: any;
2069
+ orange1200: any;
2070
+ yellow100: any;
2071
+ yellow200: any;
2072
+ yellow300: any;
2073
+ yellow400: any;
2074
+ yellow500: any;
2075
+ yellow600: any;
2076
+ yellow700: any;
2077
+ yellow800: any;
2078
+ yellow900: any;
2079
+ yellow1000: any;
2080
+ yellow1100: any;
2081
+ yellow1200: any;
2082
+ lime100: any;
2083
+ lime200: any;
2084
+ lime300: any;
2085
+ lime400: any;
2086
+ lime500: any;
2087
+ lime600: any;
2088
+ lime700: any;
2089
+ lime800: any;
2090
+ lime900: any;
2091
+ lime1000: any;
2092
+ lime1100: any;
2093
+ lime1200: any;
2094
+ tonal50: any;
2095
+ tonal100: any;
2096
+ tonal200: any;
2097
+ tonal300: any;
2098
+ tonal400: any;
2099
+ tonal500: any;
2100
+ tonal600: any;
2101
+ alpha100: any;
2102
+ alpha150: any;
2103
+ alpha200: any;
2104
+ alpha250: any;
2105
+ alpha600: any;
2106
+ primaryLight: any;
2107
+ primary: any;
2108
+ primaryMid: any;
2109
+ primaryDark: any;
2110
+ secondary: any;
2111
+ brandRed: any;
2112
+ brandRedAccent: any;
2113
+ brandGreen: any;
2114
+ brandGreenAccent: any;
2115
+ brandPurple: any;
2116
+ brandPurpleAccent: any;
2117
+ brandYellow: any;
2118
+ brandYellowAccent: any;
2119
+ successLight: any;
2120
+ success: any;
2121
+ successMid: any;
2122
+ successDark: any;
2123
+ dangerLight: any;
2124
+ danger: any;
2125
+ dangerMid: any;
2126
+ dangerDark: any;
2127
+ warningLight: any;
2128
+ warning: any;
2129
+ warningMid: any;
2130
+ warningDark: any;
2131
+ warningText: any;
2132
+ subjectEnglish: any;
2133
+ subjectMaths: any;
2134
+ subjectScience: any;
2135
+ subjectVerbalReasoning: any;
2136
+ subjectNonVerbalReasoning: any;
2137
+ subjectCreativeWriting: any;
2138
+ subjectExamSkills: any;
2139
+ glBlueLight: any;
2140
+ glBluePrimary: any;
2141
+ glBlueDark: any;
2142
+ };
2143
+ space: {
2144
+ "0": any;
2145
+ "1": any;
2146
+ "2": any;
2147
+ "3": any;
2148
+ "4": any;
2149
+ "5": any;
2150
+ "6": any;
2151
+ "7": any;
2152
+ "8": any;
2153
+ "9": any;
2154
+ "24": any;
2155
+ };
2156
+ fontSizes: {
2157
+ xs: any;
2158
+ sm: any;
2159
+ md: any;
2160
+ lg: any;
2161
+ xl: any;
2162
+ "2xl": any;
2163
+ "3xl": any;
2164
+ "4xl": any;
2165
+ };
2166
+ fonts: {
2167
+ sans: any;
2168
+ mono: any;
2169
+ display: any;
2170
+ body: any;
2171
+ };
2172
+ sizes: {
2173
+ "0": any;
2174
+ "1": any;
2175
+ "2": any;
2176
+ "3": any;
2177
+ "4": any;
2178
+ "5": any;
2179
+ "6": any;
2180
+ "7": any;
2181
+ "8": any;
2182
+ };
2183
+ radii: {
2184
+ "0": any;
2185
+ "1": any;
2186
+ "2": any;
2187
+ "3": any;
2188
+ round: any;
2189
+ };
2190
+ shadows: {
2191
+ "0": any;
2192
+ "1": any;
2193
+ "2": any;
2194
+ "3": any;
2195
+ };
2196
+ ratios: {
2197
+ "16-9": any;
2198
+ "3-2": any;
2199
+ "4-3": any;
2200
+ "1-1": any;
2201
+ "3-4": any;
2202
+ };
2203
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2204
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2205
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2206
+ };
2207
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2208
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2209
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2210
+ };
2211
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2212
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2213
+ };
2214
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2215
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2216
+ };
2217
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2218
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2219
+ };
2220
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2221
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2222
+ };
2223
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2224
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2225
+ };
2226
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2227
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2228
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2229
+ };
2230
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2231
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2232
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2233
+ };
2234
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2235
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2236
+ };
2237
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2238
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2239
+ };
2240
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2241
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2242
+ };
2243
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2244
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2245
+ };
2246
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2247
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2248
+ };
2249
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2250
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2251
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2252
+ };
2253
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2254
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2255
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2256
+ };
2257
+ }>>;
2258
+ Main: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2259
+ sm: string;
2260
+ md: string;
2261
+ lg: string;
2262
+ xl: string;
2263
+ reducedMotion: string;
2264
+ allowMotion: string;
2265
+ hover: string;
2266
+ }, import("@stitches/react/types/css-util").CSS<{
2267
+ sm: string;
2268
+ md: string;
2269
+ lg: string;
2270
+ xl: string;
2271
+ reducedMotion: string;
2272
+ allowMotion: string;
2273
+ hover: string;
2274
+ }, {
2275
+ colors: {
2276
+ textForeground: any;
2277
+ textSubtle: any;
2278
+ textPlaceholder: any;
2279
+ background: any;
2280
+ backgroundAccent: any;
2281
+ grey100: any;
2282
+ grey200: any;
2283
+ grey300: any;
2284
+ grey400: any;
2285
+ grey500: any;
2286
+ grey600: any;
2287
+ grey700: any;
2288
+ grey800: any;
2289
+ grey900: any;
2290
+ grey1000: any;
2291
+ grey1100: any;
2292
+ grey1200: any;
2293
+ blue100: any;
2294
+ blue200: any;
2295
+ blue300: any;
2296
+ blue400: any;
2297
+ blue500: any;
2298
+ blue600: any;
2299
+ blue700: any;
2300
+ blue800: any;
2301
+ blue900: any;
2302
+ blue1000: any;
2303
+ blue1100: any;
2304
+ blue1200: any;
2305
+ purple100: any;
2306
+ purple200: any;
2307
+ purple300: any;
2308
+ purple400: any;
2309
+ purple500: any;
2310
+ purple600: any;
2311
+ purple700: any;
2312
+ purple800: any;
2313
+ purple900: any;
2314
+ purple1000: any;
2315
+ purple1100: any;
2316
+ purple1200: any;
2317
+ cyan100: any;
2318
+ cyan200: any;
2319
+ cyan300: any;
2320
+ cyan400: any;
2321
+ cyan500: any;
2322
+ cyan600: any;
2323
+ cyan700: any;
2324
+ cyan800: any;
2325
+ cyan900: any;
2326
+ cyan1000: any;
2327
+ cyan1100: any;
2328
+ cyan1200: any;
2329
+ green100: any;
2330
+ green200: any;
2331
+ green300: any;
2332
+ green400: any;
2333
+ green500: any;
2334
+ green600: any;
2335
+ green700: any;
2336
+ green800: any;
2337
+ green900: any;
2338
+ green1000: any;
2339
+ green1100: any;
2340
+ green1200: any;
2341
+ magenta100: any;
2342
+ magenta200: any;
2343
+ magenta300: any;
2344
+ magenta400: any;
2345
+ magenta500: any;
2346
+ magenta600: any;
2347
+ magenta700: any;
2348
+ magenta800: any;
2349
+ magenta900: any;
2350
+ magenta1000: any;
2351
+ magenta1100: any;
2352
+ magenta1200: any;
2353
+ red100: any;
2354
+ red200: any;
2355
+ red300: any;
2356
+ red400: any;
2357
+ red500: any;
2358
+ red600: any;
2359
+ red700: any;
2360
+ red800: any;
2361
+ red900: any;
2362
+ red1000: any;
2363
+ red1100: any;
2364
+ red1200: any;
2365
+ teal100: any;
2366
+ teal200: any;
2367
+ teal300: any;
2368
+ teal400: any;
2369
+ teal500: any;
2370
+ teal600: any;
2371
+ teal700: any;
2372
+ teal800: any;
2373
+ teal900: any;
2374
+ teal1000: any;
2375
+ teal1100: any;
2376
+ teal1200: any;
2377
+ orange100: any;
2378
+ orange200: any;
2379
+ orange300: any;
2380
+ orange400: any;
2381
+ orange500: any;
2382
+ orange600: any;
2383
+ orange700: any;
2384
+ orange800: any;
2385
+ orange900: any;
2386
+ orange1000: any;
2387
+ orange1100: any;
2388
+ orange1200: any;
2389
+ yellow100: any;
2390
+ yellow200: any;
2391
+ yellow300: any;
2392
+ yellow400: any;
2393
+ yellow500: any;
2394
+ yellow600: any;
2395
+ yellow700: any;
2396
+ yellow800: any;
2397
+ yellow900: any;
2398
+ yellow1000: any;
2399
+ yellow1100: any;
2400
+ yellow1200: any;
2401
+ lime100: any;
2402
+ lime200: any;
2403
+ lime300: any;
2404
+ lime400: any;
2405
+ lime500: any;
2406
+ lime600: any;
2407
+ lime700: any;
2408
+ lime800: any;
2409
+ lime900: any;
2410
+ lime1000: any;
2411
+ lime1100: any;
2412
+ lime1200: any;
2413
+ tonal50: any;
2414
+ tonal100: any;
2415
+ tonal200: any;
2416
+ tonal300: any;
2417
+ tonal400: any;
2418
+ tonal500: any;
2419
+ tonal600: any;
2420
+ alpha100: any;
2421
+ alpha150: any;
2422
+ alpha200: any;
2423
+ alpha250: any;
2424
+ alpha600: any;
2425
+ primaryLight: any;
2426
+ primary: any;
2427
+ primaryMid: any;
2428
+ primaryDark: any;
2429
+ secondary: any;
2430
+ brandRed: any;
2431
+ brandRedAccent: any;
2432
+ brandGreen: any;
2433
+ brandGreenAccent: any;
2434
+ brandPurple: any;
2435
+ brandPurpleAccent: any;
2436
+ brandYellow: any;
2437
+ brandYellowAccent: any;
2438
+ successLight: any;
2439
+ success: any;
2440
+ successMid: any;
2441
+ successDark: any;
2442
+ dangerLight: any;
2443
+ danger: any;
2444
+ dangerMid: any;
2445
+ dangerDark: any;
2446
+ warningLight: any;
2447
+ warning: any;
2448
+ warningMid: any;
2449
+ warningDark: any;
2450
+ warningText: any;
2451
+ subjectEnglish: any;
2452
+ subjectMaths: any;
2453
+ subjectScience: any;
2454
+ subjectVerbalReasoning: any;
2455
+ subjectNonVerbalReasoning: any;
2456
+ subjectCreativeWriting: any;
2457
+ subjectExamSkills: any;
2458
+ glBlueLight: any;
2459
+ glBluePrimary: any;
2460
+ glBlueDark: any;
2461
+ };
2462
+ space: {
2463
+ "0": any;
2464
+ "1": any;
2465
+ "2": any;
2466
+ "3": any;
2467
+ "4": any;
2468
+ "5": any;
2469
+ "6": any;
2470
+ "7": any;
2471
+ "8": any;
2472
+ "9": any;
2473
+ "24": any;
2474
+ };
2475
+ fontSizes: {
2476
+ xs: any;
2477
+ sm: any;
2478
+ md: any;
2479
+ lg: any;
2480
+ xl: any;
2481
+ "2xl": any;
2482
+ "3xl": any;
2483
+ "4xl": any;
2484
+ };
2485
+ fonts: {
2486
+ sans: any;
2487
+ mono: any;
2488
+ display: any;
2489
+ body: any;
2490
+ };
2491
+ sizes: {
2492
+ "0": any;
2493
+ "1": any;
2494
+ "2": any;
2495
+ "3": any;
2496
+ "4": any;
2497
+ "5": any;
2498
+ "6": any;
2499
+ "7": any;
2500
+ "8": any;
2501
+ };
2502
+ radii: {
2503
+ "0": any;
2504
+ "1": any;
2505
+ "2": any;
2506
+ "3": any;
2507
+ round: any;
2508
+ };
2509
+ shadows: {
2510
+ "0": any;
2511
+ "1": any;
2512
+ "2": any;
2513
+ "3": any;
2514
+ };
2515
+ ratios: {
2516
+ "16-9": any;
2517
+ "3-2": any;
2518
+ "4-3": any;
2519
+ "1-1": any;
2520
+ "3-4": any;
2521
+ };
2522
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2523
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
2524
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
2525
+ };
2526
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
2527
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2528
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
2529
+ };
2530
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2531
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2532
+ };
2533
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2534
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2535
+ };
2536
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2537
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2538
+ };
2539
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2540
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2541
+ };
2542
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2543
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2544
+ };
2545
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2546
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2547
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2548
+ };
2549
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2550
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2551
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2552
+ };
2553
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2554
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2555
+ };
2556
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2557
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2558
+ };
2559
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2560
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2561
+ };
2562
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2563
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2564
+ };
2565
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2566
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2567
+ };
2568
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2569
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2570
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2571
+ };
2572
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
2573
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2574
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
2575
+ };
2576
+ }>>;
2577
+ displayName: string;
2578
+ };
2579
+ export {};